What is an abstract class?

Answer Posted / guest

Hi...
Abstract class: U cannot instantiate an object of Abstract
class.An abstract class should having atleast one abstract
methoda and it should not final.

Is This Answer Correct ?    5 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which of the classes will have more memory allocated?

638


What is a java developer salary?

628


Define jre i.e. Java runtime environment?

658


In multi-threading how can we ensure that a resource isn't used by multiple threads simultaneously?

954


What happens if a constructor is declared private?

627






What is difference between array and arraylist in java?

544


What is difference between adapter class and listener?

583


What is busy spin, and why should you use it?

688


What is the longest unicode character?

786


Can we compare two strings in java?

655


Is null in java?

644


What is the latest java version?

670


What do you mean by inner class in java?

656


Explain java code for recursive solution's base case?

665


Which method you will use to create a new file to store some log data. Each time a new log entry is necessary, write string to the file in java ?

762