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
How do you reverse a string in java without using string buffer?
Is there a jre for java 11?
Is java util list serializable?
Is string a class?
How does list work in java?
What is java util hashmap?
What is the use of flag?
What is a null check?
What is a functional interface?
What is the use of generics? When was it added to the Java development Kit?
What is ‘is-a ‘ relationship in java?
What is the difference between @before and @beforeclass annotation?
Is it possible to write a regular expression to check if string is a number?
What does %4d mean in java?
Why declare Main() method as a static in java ?