Answer Posted / paletipatisrinu
object is the super class for all the class the following
methods are
clone(),
equals(Object obj),
protected void finalize(),
Class getClass(),
int hashCode(),
void notify(),
void notifyAll(),
String toString(),
void wait() ,
void wait(long timeout),
void wait(long timeout, int nanos),
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is immutable in java?
If you are given the name of the function at run time how will you invoke the function?
How many ways can an argument be passed to a subroutine and explain them?
What is the hashcode () and equals () used for?
Can bool be null?
What does int argc char * argv [] mean?
What is the difference between a window and a frame in java programming?
What is the difference between sleep and wait in java?
How can you generate random numbers in java?
What all access modifiers are allowed for top class ?
What is java beans?
What does the ‘static’ keyword mean? Is it possible to override private or static method in java?
What is parse method?
What are the java ide's? Explain
How can you write a loop indefinitely in java programming?