Answer Posted / eswaran.s
short is a signed 16 bit type and range from -32768 to 32767.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What is a variable and constant?
Can arraylist hold different types java?
what methods would you overwrite in java.lang.object class?
How do you print array in java?
Is arraylist a class in java?
These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }
Explain the JDB in depth & command line.
What does || mean in vectors?
How will you get the platform dependent values like line separator, path separator, etc., ?
Will set allow duplicates in java?
Why are lists ordered in java?
Explain thread in java?
What are the advantages of functions?
Name four container classes.
Can we have multiple classes in single file ?