Why does java doesnt suuport unsigned values?



Why does java doesnt suuport unsigned values?..

Answer / Shubhi Gupta

Java does not natively support unsigned integers due to historical reasons. The designers of Java decided that unsigned integers would complicate the language without providing significant benefits, as most programming tasks can be accomplished using signed integers.nHowever, some third-party libraries provide support for unsigned integers in Java.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is meant by data hiding/encapsulation?

1 Answers   Cyient,


Can an abstract class be a final class?

1 Answers  


What is serialization in java?

1 Answers  


hr interview how many minutes asking question

1 Answers  


How do you check whether the list is empty or not in java?

1 Answers  


Can list be final in java?

1 Answers  


Explain the significance of class loaders in bootstrap?

1 Answers  


what is sendredirect?

7 Answers   TCS,


What is arrays aslist in java?

1 Answers  


What is thread safe java?

1 Answers  


Explain the difference between arraylist and linkedlist in java?

1 Answers  


How do you control extraneous variables?

1 Answers  


Categories