why java does not support unsigned keyword?



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

Post New Answer

More Core Java Interview Questions

What does @override mean?

0 Answers  


How many JVMs can run on a single machine and what is the meaning of Just-In-Time (JIT) compiler?

0 Answers   TCS,


What are disadvantages of java?

0 Answers  


What are the rules for naming an array?

0 Answers  


What is use of map in java?

0 Answers  






HOW TO PRINT A NO IN WORDS USING WHILE LOOP THE NO WILL BE PRINTED WHEN IT WILL BE IN THE RANGE BETWEEN 1 AND 3?

1 Answers  


What is the difference between an argument and a parameter?

0 Answers  


How do you do absolute value in java?

0 Answers  


What is anagram of a string?

0 Answers  


What is the difference between compile-time polymorphism and runtime polymorphism?

0 Answers  


Different types of modifiers?

8 Answers   RoboCom,


What is thread pool? How can we create thread pool in java?

0 Answers  


Categories