---
title: "Is it possible to instantiate the abstract class in java?"  
description: "Is it possible to instantiate the abstract class in java?"  
author: "Anonymous User"  
published: 2015-04-03  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/2397/is-it-possible-to-instantiate-the-abstract-class-in-java  
category: "java"  
tags: ["java"]  
reading_time: 1 minute  

---

# Is it possible to instantiate the abstract class in java?

No, abstract class can never be instantiated.

## Answers

### Answer by Anonymous User

No, abstract class can never be instantiated.


---

Original Source: https://www.mindstick.com/interview/2397/is-it-possible-to-instantiate-the-abstract-class-in-java

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
