What happens if we override only equals?
No Answer is Posted For this Question
Be the First to Post Answer
Can the garbage collection be forced by any means?
How to implement an arraylist in java?
What does arrays sort do in java?
how you will prevent inheritance is there any other way other than inheritance?
Is it compulsory for a try block to be followed by a catch block in java for exception handling?
Differentiate between the constructors and methods in java?
What do you understand by the term wrapper classes?
what is the difference between System.exit() and System.exit(1)?
1 Answers eClinical Solutions, eClinical Works, eClinicalWorks,
What is composition in java?
What is meant by anonymous class?
class A { private int i; } class B extends A { private int i; } if I create an object of B class what will be the memory of that object.
What is the current version of java?