why java does not support unsigned keyword?
Answer / dubeysunny74@gmail.com
In Java all data type by default signed so there is no keyword
unsigned.
| Is This Answer Correct ? | 2 Yes | 0 No |
How many bits is a double?
What is the need of transient variables in Java ?
What is the main method java?
How many types of array are there?
Can we write method inside a method in java?
What are alternatives to java serialization?
write the hierarchy of component class?
Can we define constructor in inner class?
What is a substitution variable?
How will you invoke any external process in java?
What is unsigned char?
Define packages in java?