Java ProgrammingPrograming & IT Mcqs 100+ MCQ & Answer Java programming | page-07 |Computer Engineering MCQ And Answer January 27, 2025 DSN MARATHI 61. What is the other name for Relational Operators in Java? A. Comparison operators B. Conditional operators C. A and B D. None of the above Answer Option : C 62. How many minimum number of operands are required to use Comparison operators in Java? A. 1 B. 2 C. 3 D. 4 Answer Option : B 63. What are the types of data that can be used along with Relational operators in Java? A. char, boolean, Object B. byte, short, int, long C. float, double D. All the above Answer Option : D 64. Choose the Conditional operators of Java listed below. A. >, >= B. <, <= C. ==, != D. All the above Answer Option : D 65. What is the data type of output of any Comparison Operation in Java? A. int B. char C. boolean D. byte Answer Option : C 66. Among Relational operators and Assignment operators, which operators have higher priority? A. Assignment operators have lower priority than Relational operators B. Assignment operators have higher priority than Relational operators C. Assignment operators have equal priority with Relational operators D. None of the above Answer Option : A 67. What are the two possible Logical Operator types? A. Bitwise Logical B. Boolean Logical C. Arithmetic Logical D. A and B Answer Option : D 68. Boolean logical operators in Java work with? A. true/false boolean data B. 1 and 0 of individual Bits C. characters of a String D. None of the above Answer Option : B 69. In general Bitwise logical operators are simply called? A. Logical operators B. Bitwise operators C. Binary operators D. None of the above Answer Option : B 70. What is the input for Logical Operators? A. 1 and 0 B. true / false C. char / String D. None of the above Answer Option : B
61. What is the other name for Relational Operators in Java? A. Comparison operators B. Conditional operators C. A and B D. None of the above Answer Option : C
62. How many minimum number of operands are required to use Comparison operators in Java? A. 1 B. 2 C. 3 D. 4 Answer Option : B
63. What are the types of data that can be used along with Relational operators in Java? A. char, boolean, Object B. byte, short, int, long C. float, double D. All the above Answer Option : D
64. Choose the Conditional operators of Java listed below. A. >, >= B. <, <= C. ==, != D. All the above Answer Option : D
65. What is the data type of output of any Comparison Operation in Java? A. int B. char C. boolean D. byte Answer Option : C
66. Among Relational operators and Assignment operators, which operators have higher priority? A. Assignment operators have lower priority than Relational operators B. Assignment operators have higher priority than Relational operators C. Assignment operators have equal priority with Relational operators D. None of the above Answer Option : A
67. What are the two possible Logical Operator types? A. Bitwise Logical B. Boolean Logical C. Arithmetic Logical D. A and B Answer Option : D
68. Boolean logical operators in Java work with? A. true/false boolean data B. 1 and 0 of individual Bits C. characters of a String D. None of the above Answer Option : B
69. In general Bitwise logical operators are simply called? A. Logical operators B. Bitwise operators C. Binary operators D. None of the above Answer Option : B
70. What is the input for Logical Operators? A. 1 and 0 B. true / false C. char / String D. None of the above Answer Option : B