Why does java doesnt suuport unsigned values?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What is Hierarchy of exception?

0 Answers   Amdocs,


How does multithreading take place on a computer with a single cpu in java programming?

0 Answers  


Describe what happens when an object is created in java ?

0 Answers  


Difference between process and thread?

0 Answers   HP,


What is parsing and its types?

0 Answers  






What is the syntax and characteristics of a lambda expression?

0 Answers  


How to convert string to char and vice versa?

0 Answers  


How many characters is 16 bytes?

0 Answers  


Why java is call by value?

0 Answers  


10. class Nav{ 11. public enum Direction { NORTH, SOUTH, EAST, WEST } 12. } 13. public class Sprite{ 14. // insert code here 15. } Which code, inserted at line 14, allows the Sprite class to compile? a)Direction d = NORTH; b)Nav.Direction d = NORTH; c)Direction d = Direction.NORTH; d)Nav.Direction d = Nav.Direction.NORTH;

2 Answers  


What does system out println () do?

0 Answers  


What are the principle concepts of oops?

0 Answers  


Categories