Answer Posted / n.sriram
class.forName() is used to load the class at runTime. when
we could not decide which class to load.The Method just
loads the class into memory and when required we can
instantiated the class using Class.forName.newInstance()
| Is This Answer Correct ? | 15 Yes | 9 No |
Post New Answer View All Answers
How would you create a button with rounded edges?
What is the difference between the string and stringbuffer classes?
What are the different algorithms used for clustering?
What are the different class loaders used by jvm?
Why doesn’t the focus feature on the tag work in every circumstance?
What is the difference between the session.get() method and the session.load() method?
What is abstract schema?
How is a java object message delivered to a non-java client?
Do I need to import javlang package any time? Why ?
Explain about local interfaces.
What is the argument type of a programs main() method?
AS a developer will u create a data source in connection pool? If so how will u do that, how to access the object from connection pool using IRAD tool?
What is a clone?
Why use a datasource when you can directly specify a connection details?
How task's priority is used in scheduling?