What is annotation in java?
No Answer is Posted For this Question
Be the First to Post Answer
Can you override private or static method in java?
Do loops java?
How many wrapper classes are there in java?
What is the argument in java?
how system.out.println() works?
What do you mean by Remote procedure call?
What is a variable in java?
How do you use wildcards?
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 method and methodology?
What are locale settings?
What is main difference between variable and constant?