java - How to get the details of a class/interface just by knowing its name(not fully qualified name) -
i want know using name of class/interface ( not qualified name),can details of class/interface i.e using methods isinterface(),getsuperclass(),getinterfaces()
.
i have gone through oracle doc not find way. can me this?
no, since can't have reference class class name, won't able execute of methods. packages there reason.
Comments
Post a Comment