Answer Posted / leo zhao
0-65535 for an unsinged 16 bit
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Can a constructor call the constructor of parent class?
How can we pass argument to a function by reference instead of pass by value?
What are the four integer types supported by java?
Is null == null in java?
What is jdbc api?
How do you format in java?
What does sizeof return?
What is the difference between && and & in java?
What is a subsequence of a string?
we have syntax like for(int var : arrayName) this syntax is to find whether a number is in the array or not.but i want to know how to find that number's location.
What is a ternary operator in java? What is an interface?
What is the use of singleton class?
What is garbage collection? Can it be forced to run?
Why runnable interface is used in java?
Why do we use threads in java?