MCQOPTIONS
Home
About Us
Contact Us
Bookmark
Saved Bookmarks
Testing Subject
General Aptitude
Logical and Verbal Reasoning
English Skills Ability
Technical Programming
Current Affairs
General Knowledge
Finance & Accounting
GATE (Mechanical Engineering)
Chemical Engineering
→
Technical MCQs
→
2D Transformation And Answers
→
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 &?
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++; } } } 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
Your experience on this site will be improved by allowing cookies. Read
Cookie Policy
Reject
Allow cookies