What is the range of the short datatype?
Answers were Sorted based on User's Feedback
Answer / eswaran.s
short is a signed 16 bit type and range from -32768 to 32767.
Is This Answer Correct ? | 11 Yes | 0 No |
Answer / pkr_reddy
short is a signed 16 bit type and range from -32768 to 32768.
Is This Answer Correct ? | 9 Yes | 6 No |
what is the difference between pagecontext and servletcontext?
What is a condition in programming?
Explain the importance of throwable class and its methods?
what is Dictionary? and what purpose it is used for?
Why singleton class is used in java?
What is Exception handling in Java How do you handle run time errors please explain with an example
What are the Memory Allocations available in JavaJava?
What is rmi and steps involved in developing an rmi object?
When do we use hashset over treeset?
What is the difference between C++ & Java?
78 Answers College School Exams Tests, HAL, SUN, Syntel, TCS, Wipro,
What is length in java?
Does list maintain insertion order java?