I read from sun website that for every reference jvm is creating one immutable class object
so that it can introspect the run time information of every class. And sun has mentioned to use .class syntax. I want to know the internal mechanism of this syntax and how it works.
I read from sun website that for every reference jvm is creating one immutable
Share
You may want to start with the reflection tutorial
The
.classsyntax is explained on this page (no, it doesn’t explain the inner workings)