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 11558using equals method overriding which objects are compared?i.e same class objects or other class objects?Explain me.
4 6413can u handle an error if u write Thowable in the catch class lise try { some errorneous code }catch(Throwable e){ ...}
4 8151string is immutable? right every one knows that, my question is it advantage or disadvantage making string immutable?
HCL,
5 10879
What is the gregoriancalendar class in java programming?
Can a private method of a superclass be declared within a subclass?
What is finalize() function in java?
Write a program to print fibonacci series
What is methodological theory?
Write a program in java to establish a connection between client and server?
How do you know if a value is nan?
How many bytes are a float?
Which class cannot be a subclass in java?
How can we find the sum of two linked lists using stack in java?
Can we use switch statement with strings?
What is binary search in java?
Why do we override tostring method in java?
What is difference between length and length() method in java ?
Are strings immutable in java?