How can I get the classname at runtime, but only the actual classname and not the whole "com.xyz.etc." ?
I mean only the part of the name after the last period
|
How can I get the classname at runtime, but only the actual classname and not the whole "com.xyz.etc." ? I mean only the part of the name after the last period |
|||||
|
|
You have to use this snippet code for object:
or for class use :
this code return only name of class, does not consist package name. |
|||
|
|
|
|||||
|