Answer Posted / 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 |
Post New Answer View All Answers
How to find the largest value from the given array.
Explain restrictions on using enum?
how we can make a write-only class in java?
how is final different from finally and finalize in java?
Tell me how many ways are there to initialise an integer with a constant.
What is vector capacity in java?
What is default size of arraylist in java?
Why java does not support pointers?
What is the technique adopted to create an immutable class?
What are the different types of sorting in java?
Can we override the overloaded method?
What is an interface in java?
Which programming language is most secure?
Why do you canvas?
What is a final class ?