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 |
What is meant by data hiding/encapsulation?
Can an abstract class be a final class?
What is serialization in java?
hr interview how many minutes asking question
How do you check whether the list is empty or not in java?
Can list be final in java?
Explain the significance of class loaders in bootstrap?
what is sendredirect?
What is arrays aslist in java?
What is thread safe java?
Explain the difference between arraylist and linkedlist in java?
How do you control extraneous variables?