java - getting only name of the class Class.getName() -


how can name of class

string.class.getname()  returns java.lang.string 


interested in getting last part ie string
api can that?

class.getsimplename()


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -