Home / Programming MCQs / JAVA MCQs / Question

R

Ram Sharma • 192.10K Points
Coach

Q. Choose the wrong Java code statement below.

(A) boolean a = false;
(B) boolean a = (5>6)||(4>3);
(C) boolean a = 1;
(D) boolean a = 4>3?true:false;

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.