Match equal Class instances.
Retrieving Class instances
forName method syntax
Report a typo
Match the items from left and right columns
double[].class
Object[].class
int[].class
long[].class
boolean[].class
byte[].class
Class.forName("[J")
Class.forName("[Z")
Class.forName("[D")
Class.forName("[I")
Class.forName("[B")
Class.forName("[Ljava.lang.Object;")
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.