why the wait,notify,notifyall methods are placed in object class?these are the thread concepts why these methods are placed in Object class?
2 11678using equals method overriding which objects are compared?i.e same class objects or other class objects?Explain me.
4 6556can u handle an error if u write Thowable in the catch class lise try { some errorneous code }catch(Throwable e){ ...}
4 8347string is immutable? right every one knows that, my question is it advantage or disadvantage making string immutable?
HCL,
5 11094
What is data type in java?
How can we make a class singleton?
What is Recursion Function?
What does || mean in code?
How we can make copy of a java object?
Explain method local inner classes ?
What is java reflection api?
Are the imports checked for validity at compile time? Will the code containing an import such as java.lang.abcd compile?
What string is utf8?
How does class forname work in java?
What is the function of compareto in java?
Is java se open source?
What is palindrome in java?
Why is multiple inheritance not supported in java?
What is parsing and its types?