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 dynamic array in java?
What is the output of the below java program?
What are the different types of sorting in java?
What are locale settings?
What is nullpointerexception in java?
If a method is declared as protected, where may the method be accessed in java programming?
What data type is a string?
Can we split string with in java?
Difference between collection, collection and collections in java?
Can we use both this () and super () in a constructor?
When is an object subject to garbage collection?
I am unable to find or learn about print command. I have a graphical program in core java in applet but i want to give print command but i have coding for that so if anyone know about this plz mail me on avdhesh_chauhan007@yahoo.co.in
What state does a thread enter when it terminates its processing in java programming?
Which method returns the length of a string?
Difference between method overloading and overriding.