Java ProgrammingPrograming & IT Mcqs

100+ MCQ & Answer Java programming | page-09 |Computer Engineering MCQ And Answer

81.
Which is fast among OR(|) and Short Circuit OR (||) operators in Java?

82.
Why are Short Circuit AND (&&) and Short Circuit OR (||) operators are fast in Java?

83.
Choose the correct version of Logical Compound Assignment operators in Java below?

84.
If an AND (&) operator is applied with two integers, what is this operator?

85.
Bitwise operators in Java work with?

86.
Find operators that work as both Logical operators and Bitwise operators in Java?

87.
If relational operators are present in an expression, what type of other operators may be used?

88.
What is the name of << bitwise operator in Java?

89.
What is this >> bitwise operator in Java?

90.
Left Shift (<<) in Java is equivalent to?

Leave a Reply

Your email address will not be published. Required fields are marked *