Answer Posted / akshay
Object is created following ways
1.Using NEW operator
2.Class.newinstance()
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
How do you sort in descending order in java using collections sort?
What is lossy conversion in java?
How do you create a method in java?
What is unicode datatype?
What are checked exceptions?
What is type safety in java?
Explain creating threads by extending thread class ?
What is a java string?
What are the types of java?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?
What is return null in java?
Is java still necessary?
What is a module function?
Is logger a singleton?
What is the static block?