Question: Java Question Please highlight the 1 correct option from 4 given at bottom What code would you use to tell if schwifty is of type
Java Question
Please highlight the 1 correct option from 4 given at bottom
What code would you use to tell if "schwifty" is of type String?
-
"schwifty".getClass().getSimpleName() == "String"
-
"schwifty".getType().equals("String")
-
"schwifty".getType() == String
-
"schwifty" instanceof String
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
