Java MCQ - English
What is the range of short data type in Java?
Home | Discussion ForumWhat is the range of short data type in Java?
-128 to 127
-32768 to 32767
-2147483648 to 2147483647
None of the mentioned
Answer : B
View More Related Question
1) In Java byte, short, int and long all of these are
2) Which of the following is not provided by BigDecimal?
3) Which of the following are legal lines of Java code?
4) What is the range of short data type in Java?
5) Automatic type conversion in Java takes place when
Two type are compatible and size of destination type is shorter than source type.
Two type are compatible and size of destination type is equal of source type.
Two type are compatible and size of destination type is larger than source type.
All of the above
View Answer