Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Can we have a abstract class withought any method? What is a
purspose of this?

Answers were Sorted based on User's Feedback



Can we have a abstract class withought any method? What is a purspose of this?..

Answer / malli

Yes,we can able to keep abstract class without any any methods.

purpose: Abstract class support for all unimplemented
methods (or) all concrete methods (or) some concrete methods
and abstract methods. so based on requirement we can use
abstract class.

Is This Answer Correct ?    1 Yes 0 No

Can we have a abstract class withought any method? What is a purspose of this?..

Answer / sneha

Ya we can have an abstract class withought any method...It helps to prevent it from being instantiated...

Is This Answer Correct ?    2 Yes 2 No

Can we have a abstract class withought any method? What is a purspose of this?..

Answer / sourav kumar verma

it may or may not include abstract methods. Abstract classes
cannot be instantiated, but they can be subclassed.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Core Java Interview Questions

How do you convert an int to a string in java?

0 Answers  


What is string args [] in java?

0 Answers  


What types of inheritance does Java support?

2 Answers  


How two different class threads communicate with each other?. send example code.

4 Answers  


What is the multilevel inheritance. and also give the Example of it ?

5 Answers  


How many Java environments are there?

1 Answers   Phantom Technologies,


Do you need to import math in java?

0 Answers  


How many ways can we create the string object?

0 Answers  


Explain tree set and its features?

0 Answers  


what is real-time example of runtime polymorphism and compile time polymorphism

4 Answers   SLK Group,


Marker interface means , interface which has no methods.Then what is the necessity of its usage.I read "it tells the compiler that it should be treated differently ". "It is used to store state of an object". But still am not clear.Please explain clearly.

2 Answers  


Explain naming conventions for packages?

0 Answers  


Categories