There is a created "Class" object with reference to it: "Class crntClass". Expressions:
crntClass==Object.class; and
crntClass==Class.forName("Object"); equivalents or interpreter pro100 does not dislike me?
Thank you in advance!
There is a created "Class" object with reference to it: "Class crntClass". Expressions:
crntClass==Object.class; and
crntClass==Class.forName("Object"); equivalents or interpreter pro100 does not dislike me?
Thank you in advance!
Source: https://ru.stackoverflow.com/questions/26473/
All Articles