To my understanding, the following code should have printed true as output.
true
However, when I ran this code it is printing false.
false
Fro
See Javadoc of Class.getModifiers(): https://docs.oracle.com/javase/10/docs/api/java/lang/Class.html#getModifiers()
Class.getModifiers()
It says "...The values of its other modifiers are not determined by this specification".