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
How is treeset implemented in java?
What are assembly attributes?
What are static blocks in java ?
What do you mean by flow of struts?
Why super is first line in java?
What is structure of java heap? What is perm gen space in heap?
How we can declare a static variable?
Explain public static void main(string args[]) in java.
Can a method be static?
Explain super keyword in java.
What is a null point?
What is lifetime variable?
Can a hashset contain duplicates java?
Why java applets are more useful for intranets as compared to internet?
What is the main function in java?