How to create an instance of a class without using "new"
operator? Plz help me out properly.Thank u.
Answer Posted / guest
by using class.forName();
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is a protected method?
What is the main purpose of java?
What is are packages?
What is get () in java?
How do you sort words in java?
What is an immutable object?
Is string a class in java?
What is the difference between a field variable and a local variable?
What does n mean in java?
What is the purpose of skeleton and stub?
Write a regular expression to validate a password. A password must start with an alphabet and followed by alphanumeric characters; its length must be in between 8 to 20.
what is the purpose of the runtime class?
What is the size of boolean variable?
Give the hierarchy of inputstream and outputstream classes.
Is java still necessary?