MCQOPTIONS
Bookmark
Saved Bookmarks
→
Technical MCQs
→
2D Transformation And Answers in Technical MCQs
→
Which of these can be returned by the operator &?..
1.
Which of these can be returned by the operator &?
A.
Integer
B.
Boolean
C.
Character
D.
Integer or Boolean
E.
Answer» E.
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
Which of these can be returned by the operator &?
<pre class="result notranslate"> class array_output { public static void main(String args[]) { char array_variable [] = new char[10]; for (int i = 0; i < 10; ++i) { array_variable[i] = 'i'; System.out.print(array_variable[i] + """" ); i++; } } } </pre>29.Which of these is long data type literal?
Which of the following are legal lines of Java code? ÂÂ1. int w = (int)888.8; ÂÂ2. byte x = (byte)100L; ÂÂ3. long y = (byte)100; ÂÂ4. byte z = (byte)100L;
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply