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
Does treeset use compareto?
How do you end a program?
What does void * mean?
What is += mean in java?
Why are lists ordered in java?
What is string in java is it a data type?
Can we have a method name same as class name in java?
How can you set the applet size?
Hi all, I am dng a mini project on FileSplitter application which splits the GBs of logfile into Smaller chunks(mbs) depending on the split size." How to handle GBs file? I am getting OutOfMemoryException, when I input such GB sized file. Thx
What is final method in java?
Explain the importance of finally block in java?
Can we extend a class with private constructor?
What about abstract classes in java?
Explain try and catch keywords in java?
What is difference between == and === in js?