How many bits is a boolean?
What is void in java?
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
What are different types of access modifiers?
explain the concept of virtual method invocation in polymorphism in detail?
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;
What is Java Shutdown Hook?
what is difference between abstract factory and factory design patterns?
what is mean by thread lock?
What do you mean by global variable?
Can an interface extend another interface?
difference throws and throw in java
Difference between Choice and a List?