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 |
Why are strings immutable in Java?
Does collectionutils isempty check for null?
What is a numeric digit?
What is an immutable object? How do you create one in java?
How to write custom exception in java?
Can we restart a thread already started in java?
What is boolean logic?
How can the checkbox class be used to create a radio button?
What are the standards to place package statement within a source code file?
When will you define a method as static in Java?
0 Answers SwanSoft Technologies,
what is actual real time using of oops concepts in projects(Interface,polymorphism.abstraction.........)
what is servlet enginee?