Is this possible or am I out of luck?
As the title says, I was wondering if there was a way to get the
classes name at runtime, but not its fully qualified name. I want
JUST the name of the class only. Obviously I could get the fully
qualified name from the classinfo and then split it up to get the
name of the class, but I don't want to do all that at runtime.
- Getting a class' name, but not fully qualified? Jeremy DeHaan