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 |
Is java good for beginners?
What is autoboxing and unboxing?
What is module with example?
Explain about narrowing conversion in java?
real time example for deadlock,starvation,livelock
When should we create our own custom exception classes?
Give a brief description of java socket programming?
what is thread? What are the high-level thread states? Or what are the states associated in the thread? : Java thread
What are the allowed, non-Unicode letter characters that can be used as the first character of an identifier?
how can be object class inherited to all class in a program when java does not support multiple inheritance??
Can a class have more than one object?
What is bitwise complement?