Answer Posted / pkr_reddy
short is a signed 16 bit type and range from -32768 to 32768.
| Is This Answer Correct ? | 9 Yes | 6 No |
Post New Answer View All Answers
what are three ways in which a thread can enter the waiting state? Or what are different ways in which a thread can enter the waiting state? : Java thread
What is printwriter in java?
Explain super keyword in java.
Can we use different return types for methods when overridden?
What is static synchronization?
Explain the difference between an object-oriented programming language and object-based programming language?
What is the difference between sleep and wait in java?
Is java 11 paid version?
What are structs in java?
What is a string token?
Explain the use of volatile field modifier?
What is the tradeoff between using an unordered array versus an ordered array?
Is string serializable in java?
What happens if we don’t override run method ?
What does main method?