What is the result?

Given:

And given the commands:
javac Test.javajava Test TRUE null
What is the result?

Given:

And given the commands:
javac Test.javajava Test TRUE null
What is the result?

A.
TRUE null

B.
true false

C.
false false

D.
true true

E.
A ClassCastException is thrown at runtime.



Leave a Reply 4

Your email address will not be published. Required fields are marked *


v10

v10

the result is B. true false

jeronimo

jeronimo

B true false