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 TL and its use?
Difference between new operator and class.forname().newinstance()?
What is mdb and what is the special feature of that?
What’s jboss cache in short?
Why are my checkboxes not being set from on to off?
Difference between loadclass and class.forname?
What are transaction attributes?
cud u help me ... i am struggling with this question... to find all the subsets of a given set for ex.... a,,b,c shud give all the subsets.... i gt the program in c bt nt able to get it in java..... help needed ..
Write a program to show synchronization?
Explain ioc concept?
what are RemoteObjects?
what is meant by JRMP?
What are the different class loaders used by jvm?
Whats new with the stop(), suspend() and resume() methods in jdk 1.2?
What is prototype?