Learn more in the app.
View in app
instanceof keyword - Java Quiz Question
What will be the output of the following program?
A
true
true
true
B
true
false
true
C
false
true
false
D
false
false
false
E
Some other output
F
Compilation Error or Runtime Error