whats is mean by class.forName()
whats the return type of class
Answer Posted / habin
Its way to dynamically loading a class to Java run time environment.For example, when a new request comes to ur server,the request processor class has to be loaded to java run time.there this code is used.
class.forName("fully qualified name of request processor")
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is RMI and what are the services in RMI?
How would you detect a keypress in a jcombobox?
Which are the different segments of memory?
What are various types of class loaders used by jvm?
Which characters may be used as the second character of an identifier, but not as the first character of an identifier?
How task's priority is used in scheduling?
What is abstract schema?
How is a java object message delivered to a non-java client?
What is metaspace?
What is a clone?
Explain about RMI Architecture?
What are the difference between RMI and CORBA?
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?
When is the best time to validate input?
Which container method is used to cause a container to be laid out and redisplayed?