Advertisements
Advertisements
Question
Predict the output of the following:
boolean p;
p = ("BLUEJ".length() > "bluej".length()) ? true: false;
One Word/Term Answer
Solution
false
shaalaa.com
Is there an error in this question or solution?
"bluej".length()) ? true: false; - Computer Applications | Shaalaa.com" /> "bluej".length()) ? true: false; " /> "bluej".length()) ? true: false;" />
Predict the output of the following:
boolean p;
p = ("BLUEJ".length() > "bluej".length()) ? true: false;
false