Java ProgrammingPrograming & IT Mcqs

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

71.
Which is the Logical operator in Java that works with a Single Operand?

72.
Which among the following is a Logical Unary NOT operator in Java?

73.
Which among the following is a Short Circuit AND operator?

74.
Which among the following is a Short Circuit OR operator?

75.
What is the output of a Logical OR (|) operation if one of the inputs/operands is false?

76.
What is the output of Logical AND (&) operation if one of the inputs/operands is false?

77.
What is the output of a Logical AND (&) operation if one of the inputs/operands is true?

78.
What is the output of a Logical AND (&) operation if both inputs/operands are true?

79.
What is the output of a Logical OR (|) operation if both the inputs/operands are true?

80.
Which is fast among AND (&) and Short Circuit AND(&&) operators in Java?

Leave a Reply

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