What is the purpose class.forname method?
Answer / Reshu Agarwal
"The Class.forName() method in Core Java is used to load a named Java class by its fully-qualified name as a string, before it is instantiated or invoked. It is often used to dynamically load classes from external libraries or JAR files."n
| Is This Answer Correct ? | 0 Yes | 0 No |
Difference between a process and a program?
If a method is declared as protected, where may the method be accessed?
I have a Arraylist object, it has duplecate values also. Now question is i want delete duplecate data in that objet with out using Set?
What is the function of java?
what is a working thread? : Java thread
Why do we use regex?
What is nullpointerexception in java?
What is indexof?
What are different exception types exceptions available in java ?
Which arithmetic operations can result in the throwing of an arithmeticexception?
What are the 3 types of loops in java?
How two different class threads communicate with each other?. send example code.