Answer Posted / bhushan
16 bit, range 0-65535
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is a nested structure?
what are abstract functions?
When should we create our own custom exception classes?
Can a source file contain more than one class declaration?
What is canonical name in java?
Which method returns the length of a string?
Difference between string s= new string (); and string s = "abv";?
What is externalizable interface?
What is the use of System class?
What are constants and how to create constants in java?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?
What is the difference between abstract class and interface1? What is an interface?
Can we have any other return type than void for main method?
how does multithreading take place on a computer with a single cpu? : Java thread
Is java owned by oracle?