Explain the inheritance?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? Or extending thread class or implementing runnable interface. Which is better? : Java thread

0 Answers  


What is remote method invocation (rmi)?

0 Answers  


Where is singleton pattern used?

0 Answers  


Is finalize() similar to a destructor?

0 Answers  


How to sort a vector elements that contains the user define class object? (Note: If Suppose consider, A Student class contain two data members. They are String studentName and int rollNo. I am creating Four objects for this class, each object contains students details like name and roll no. Now i am storing that objects in vector and if i retiving the elements from the vector means then it should be display in sorting order)

3 Answers   ProdEx Technologies,






Is there any limitation of using inheritance?

0 Answers  


java Api provided try catch finally ,try catch(its ok) but why try finally and exception occured at try then how the flow is?

1 Answers   Naaptol,


Can we have any code between try and catch blocks?

0 Answers  


what is difference between abstraction and interface?

8 Answers   FIC,


What is Transient and volatile

10 Answers   iFlex,


Write a function to print Fibonacci series and Tribonacci series?

0 Answers   Hexaware,


Discuss about garbage collector in Java.

0 Answers   Agilent, Integreon, ZS Associates,


Categories