How many bits is a boolean?


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

Post New Answer

More Core Java Interview Questions

What is void in java?

0 Answers  


which is advanced deep technology in java launched by the sun microsystem??? The answer is very logical If u need correct answer mail me at priya_gupta@gmail.com

0 Answers   IBM,


What are different types of access modifiers?

3 Answers  


explain the concept of virtual method invocation in polymorphism in detail?

0 Answers   TCS,


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 is Java Shutdown Hook?

0 Answers  


what is difference between abstract factory and factory design patterns?

0 Answers  


what is mean by thread lock?

2 Answers   Infosys, TCS,


What do you mean by global variable?

0 Answers  


Can an interface extend another interface?

0 Answers  


difference throws and throw in java

3 Answers  


Difference between Choice and a List?

1 Answers  


Categories