why java does not support unsigned keyword?

Answers were Sorted based on User's Feedback



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

why java does not support unsigned keyword?..

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

Post New Answer

More Core Java Interview Questions

Is singleton class immutable?

1 Answers  


What are java packages? What's the significance of packages?

1 Answers  


How to display all the prime numbers between 1 and n (n is the number, get the input from user)

1 Answers  


Different types of modifiers?

8 Answers   RoboCom,


What is multi level inheritance in java?

1 Answers  


What is file class and what is its purpose?

1 Answers  


How to make a class or a bean serializable?

1 Answers  


What is a local, member and a class variable?

1 Answers  


What is meant by object?

1 Answers  


What is the purpose of encapsulation?

1 Answers  


Which class is the superclass for all the classes?

1 Answers  


Why null value is used in string?

1 Answers  


Categories