What does 0 mean in boolean?


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

Post New Answer

More Core Java Interview Questions

where singleton classes are used in j2ee web application.can we use it for connection pooling.

1 Answers  


Define an applet in java?

0 Answers  


What are the notations in Java?

1 Answers   Cap Gemini,


Why is java called java?

0 Answers  


what is the volatile modifier for? : Java thread

0 Answers  






Which package has light weight components in java programming?

0 Answers  


What all access modifiers are allowed for top class ?

0 Answers  


Difference between a MenuItem and a CheckboxMenuItem?

1 Answers  


What are the principle concepts of oops?

0 Answers  


write a program to create an vector and listeterator.and value should be enter through keyboard.

1 Answers   Axcend,


Can we call a non-static method from inside a static method?

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  


Categories