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
Explain the significance of listiterator.
Explain differences between collection api and stream api?
What is the synonym of string?
Explain restrictions on using enum?
What is the difference between declaration and definition in java?
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }
What do you understand by garbage collection in Java? Can it be forced to run?
What is append function?
What is the difference between variable declaration and variable initialization?
How is final different from finally and finalize?
Which is better stringbuilder or stringbuffer?
Write an algorithm program in java for the following question.. In a VLSI design techniques,they used rectangles to design circuits. EVery rectangle is to be placed according to x,y coordinates. Check whether or not two rectangles overlap each other. Here overlapping of rectangles is acceptable, if 1) one rectangle intersect with other. 2) one rectangle fully covers other. The time of algorithm should not exceed o(n logn).
Can we serialize static variables in java?
How the interruptible method gets implemented?
Explain jvm, jre, and jdk?