CSE MCQs :: JAVA MCQs
- What is the range of data type short in Java?
- What is the range of data type byte in Java?
- An expression involving byte, int, and literal numbers is promoted to which of these?
- Which of these literals can be contained in a data type float variable?
- Which data type value is returned by all transcendental math functions?
- What is the numerical range of a char in Java?
- Which of these coding types is used for data type characters in Java?
- Which of these values can a boolean variable contain?
- Which of these occupy first 0 to 127 in Unicode character set used for characters in Java?
- Which one is a valid declaration of a boolean?