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
What is the immediate superclass of the applet class?
Are enterprise beans allowed to use thread.sleep()?
What event results from the clicking of a button?
For which statements does it make sense to use a label?
What are the diff types of exception?
What is the relation between the infobus and rmi?
What is bean? Where can it be used?
What is ioc concept & explain it?
Can I have an action without a form?
How to implement RMI in Java?
When a thread blocks on i/o, what state does it enter?
wahts is mean by dynavalidatorform in struts/
What is permgen or permanent generation?
How will you pass parameters in RMI? Why do you serialize?
when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??