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


In Java, what types of classes perform inheritance?

Answers were Sorted based on User's Feedback



In Java, what types of classes perform inheritance?..

Answer / nashiinformaticssolutions

• Parent class
• Child class

Is This Answer Correct ?    0 Yes 0 No

In Java, what types of classes perform inheritance?..

Answer / hr@tgksolutions.com

• Parent class
• Child class

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Tell us something about an iterator.

0 Answers  


I have an HashMap object, which has with key and value pair. It has 10 keys and values in that object. Now the question is I want insert new key and value in middle or any where in that list but not at the end or at the top. Is it possible or not. If yes how can we achieve this one?

2 Answers   Huawei,


Why to give the file name same as the public class name in java?

3 Answers  


What is instanceof keyword?

0 Answers  


11. static class A { 12. void process() throws Exception { throw new Exception(); } 13. } 14. static class B extends A { 15. void process() { System.out.println(”B”); } 16. } 17. public static void main(String[] args) { 18. new B().process(); 19. } What is the result? 1 B 2 The code runs with no output. 3 Compilation fails because of an error in line 12. 4 Compilation fails because of an error in line 15.

6 Answers  


how to deploy apache tomcat server to weblogic server in java

0 Answers   IBM,


Which one of the following suits the description of a string better: derived or primitive?

0 Answers  


Is integer immutable in java?

0 Answers  


what is object type casting? give some example with related?

2 Answers   HP, SparkTG,


What are the operands of instanceof operator?

3 Answers  


What are different access specifiers in java? Explain

0 Answers  


what is the purpose of method overriding in java where v r completely re-defining a inherited method instead y can't v create a new method and define.If the question is very silly plz excuse me and do reply.Thank U!

7 Answers   emc2, Kumaran Systems,


Categories