Q49
What is the result of the following code in Java? `System.out.println(10 > 5 ? "true" : "false");`
A.
true
AnswerB.
false
C.
Compilation Error
D.
Runtime Error
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board