Java Utililty Methods Class Name Get
List of utility methods to do Class Name Get
HOME
Java
C
Class Name Get
Description
The list of methods to do Class Name Get are organized into topic(s).
Method
String
getClassNameWithoutPackage(Object object)
get Class Name Without Package
return
getClassNameWithoutPackage(object.getClass());
«
1
2
3
4
»