why java does not support unsigned keyword?
Answers were Sorted based on User's Feedback
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 |
Answer / Punit Singh Malik
Java does not support the 'unsigned' keyword because it is designed to be type-safe and secure. By disallowing unsigned types, it prevents developers from performing operations that may lead to unexpected results or errors.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is singleton class immutable?
What are java packages? What's the significance of packages?
How to display all the prime numbers between 1 and n (n is the number, get the input from user)
Different types of modifiers?
What is multi level inheritance in java?
What is file class and what is its purpose?
How to make a class or a bean serializable?
What is a local, member and a class variable?
What is meant by object?
What is the purpose of encapsulation?
Which class is the superclass for all the classes?
Why null value is used in string?