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
Can I map more than one table in a cmp?
Can I use multiple html form elements with the same name?
Difference between loadclass and class.forname?
What is message driven beam?
What is the difference between the session.update() method and the session.lock() method?
What are transaction attributes?
What if the static modifier is removed from the signature of the main method?
What is the argument type of a programs main() method?
what is a portable component?
what are getters and setters in Java with examples?
How to determine SGA site?
what is the use of State Factories?
In our urls and in the text of the buttons we have comma. Its causing an error. Is there a way to change the delimiting character for the menu arguments?
Can I use javascript to submit a form?
What is the difference between system.out ,system.err and system.in?