GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  J2EE  >  Java Patterns

 Print  |  
Question:  
What is Dynamic class in Java.




March 03, 2008 05:07:08 #2
 sampra J2EE Expert  Member Since: February 2008    Total Comments: 279 

RE: What is Dynamic class in Java.
 
dynamic class loading is done by
Class.forName
     

 

Back To Question