Can i have abstract class with no abstract methods?

Answers were Sorted based on User's Feedback



Can i have abstract class with no abstract methods?..

Answer / arjun kumar

The class Abstract is defined as are used to declare common
characteristics of subclasses. It is used to provide a
template for concrete subclasses down the inheritance tree.
so we can't have abstract class with no abstract method

Is This Answer Correct ?    6 Yes 24 No

Can i have abstract class with no abstract methods?..

Answer / venkatesh

No, We can't create abstract class without abstract method
abstract class must have atleast one abstract method

Is This Answer Correct ?    19 Yes 142 No

Post New Answer

More Core Java Interview Questions

How to reduce flicking in animation?

3 Answers   TCS,


List any five features of java?

0 Answers  


what is synchronization? : Java thread

0 Answers  


What is sortedset in java?

0 Answers  


What is a substitution variable?

0 Answers  






How to convert string to int in java?

1 Answers  


Explain restrictions for using anonymous inner classes?

0 Answers  


What are the methods to rectify ambiguities in the interfaces in JAVA?

0 Answers   CGI,


What is the difference between error and an exception?

0 Answers  


How GUI component handle its own events?

1 Answers  


List the interfaces which extends collection interface?

0 Answers  


How many types of methods are there in java?

0 Answers  


Categories