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
Explain about fail safe iterators in java?
What is purpose of applet programming?
How to declare objects of a class ?
Explain the importance of throwable class and its methods?
What is the difference between the Reader/Writer class hierarchy and the InputStream/OutputStream class hierarchy?
What do you mean by inner class in java? Explain
What are void methods?
Explain throw keyword in java?
Can private members of a base class are inheritable justify?
What about interrupt() method of thread class ?
Is there any tag in htm to upload and download files?
List the features of java programming language.
what is meant by HQL?
What is skeleton and stub?
Is it possible to compare various strings with the help of == operator? What are the risks involved?