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...


A class can be a subclass of itself?

Answers were Sorted based on User's Feedback



A class can be a subclass of itself?..

Answer / janet

yes, a class is a subclass of itself.

Is This Answer Correct ?    25 Yes 14 No

A class can be a subclass of itself?..

Answer / vishal

No. Each class in Java is subclass of "Object" class

Is This Answer Correct ?    9 Yes 5 No

Post New Answer

More Core Java Interview Questions

7) Suppose there is Student class like class student { int age; string name; } We want to store these objects in a HashMap. Do we need to override any methods in Student class? If any which ones and why? what if i just override equals or just hashcode? what will be the results in both the cases?

4 Answers   CSC, Nagarro, RBS,


int a=1; float b=1.0; System.out.println(a==b);

13 Answers   CTS, Honeywell, McAfee,


How are Java source code files named?

3 Answers  


How many types of flags are there?

0 Answers  


What is meant by class loader? How many types are there? When will we use them?

0 Answers  


Can we call the Thread.sleep in Synchyronozed block?

5 Answers   Logica CMG,


What is the main purpose of serialization in java?

0 Answers  


Is string is a data type?

0 Answers  


What is lambda in java?

0 Answers  


When to use runnable interface vs thread class in java?

0 Answers  


What is a instance variable in java?

0 Answers  


What do you mean by composition in java?

0 Answers  


Categories