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 are the basic control structures?
Is void a data type in java?
How do you use compareto in java?
What is difference between string and new string?
What does void * mean?
Is binary a low level language?
Can static method access instance variables ?
What is an image buffer?
What is the use of parseint in java?
Difference between process and thread?
Is arraylist zero based?
What is the use of string and stringbuffer?
Can we overload the main() method?
Are there structures in java?
In multi-threading how can we ensure that a resource isn't used by multiple threads simultaneously?