what are the methods of an object class?
Answers were Sorted based on User's Feedback
Answer / m.pushpa
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 ? | 3 Yes | 0 No |
Answer / 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 |
Answer / malay
Wait() , notify(), toString(), equals() , clone()
| Is This Answer Correct ? | 2 Yes | 1 No |
How do you define a set in java?
Why stringbuffer is faster than string?
what is diffrence between .NET and java?
What is null data type?
Explain about global variables in Java?
What is meant by object oriented programming – oop?
What is difference between iterator and enumeration in java?
What does I ++ mean?
How do you add an element to a set in java?
What is a super class and how super class be called?
using equals method overriding which objects are compared?i.e same class objects or other class objects?Explain me.
What are features of java?