what methods would you overwrite in java.lang.object class?
No Answer is Posted For this Question
Be the First to Post Answer
Is it possible to declare abstract class as final?What happens if we do so?
How to find the size of an array a)array.length() b)array.length c)array.size() d)array.size
What is the difference between Java1.4 and Java1.5
why applet doesn't have main? isn't possible a program with out main?
Can a class inherit the constructors of its superclass?
If we allocate the memory using 'new' & de-allocated using 'free' then what will happen?
where lives in jvm
What are the benefits of java?
when a servlet sends request for first time it uses the follwing methods a)init b)doget() c)dopost() d)service
all are saying java doesn't support multiple inheritance but by default Object class is super class for all the user defined classes and we can extend atmost one class so each class can extend more than one class so java supports multiple inheritance?i am confused with this,pls any one explain me.
what is the collable collections in java?
How do you square a number?