Explain the access modifiers for a class, method and variables?
No Answer is Posted For this Question
Be the First to Post Answer
Can java object be locked down for exclusive use by a given thread?
What is logical variable?
Is ruby built on java?
Is vector thread safe in java?
Why webdriver is an interface?
Can singleton class be inherited in java?
What is the difference between parameters and arguments ?
What Is Query Throttling in java?
define System.out.println(); what is the meaning!
What is the major advantage of external iteration over internal iteration?
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 a class variable?