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 |
Is map sorted in java?
What is gc()?
Hey buddy.. can you please tell me about the use of marker interface? And is there any link between marker interface and factory methods? Thanks in advance.
who was the founder of java
32 Answers CTS, HCL, ProKarma,
How does map works in java?
What do you understand by the term string pool?
Is main is a keyword?
What is the difference between add() and addElement() method in Vector Class ?
Is treeset sorted in java?
What happens when a thread cannot acquire a lock on an object in java programming?
Can static methods access instance variables in java?
write a program to create an vector with string(add,remove) operation.and value should be enter through keyboard.