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 |
What is command line argument
What is the default initialized value of a boolean type variable?
What is classes in java?
Is ++ operator is thread safe in java?
Can you call a method in a method?
What is outofmemoryerror in java?
What is java lang string?
What is the frontend and backedn in Java?
why we write public static void main (String args[]) in core java plz explain briefly??????????????????
What is the use of static class?
How to re-get an object that is collected by garbage collector?
why we import both packages java.awt.*; and java.awt.event.*; as java.awt.*; can import all classes na. then what is the need of importing java.awt.event.*; ?