siva


{ City } pune
< Country > india
* Profession *
User No # 76290
Total Questions Posted # 0
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 2
Users Marked my Answers as Wrong # 0
Questions / { siva }
Questions Answers Category Views Company eMail




Answers / { siva }

Question { SolutionNET, 17088 }

whats is mean by class.forName()
whats the return type of class


Answer

class.forName() is used to load the class at run time.

return type is Class object which represents the class
named by the argument.

Is This Answer Correct ?    2 Yes 0 No