Answer Posted / javamasque
Object is created in four different ways
1. Using new operator
2. Class.forName(..)
3. Cloning
4. Serializing and De-serializing
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is the range of the short type?
Why is the main method declared static?
What is run time allocation?
Difference between comparator and comparable in java?
why are wait(), notify() and notifyall() methods defined in the object class? : Java thread
How many bits is a string?
What is hash table in java?
Realized?
What is a protected class in java?
Can a list be null in java?
What is yield () in java?
What are the steps that are followed when two computers connect through tcp?
What is Mutex (Mutual Exclusion Object) ?
Can we use a switch statement with strings?
Why is serialization required?