What is temp in java?
No Answer is Posted For this Question
Be the First to Post Answer
Is array dynamic in java?
What is Garbage Collection in Java
What is the main use of java?
What is parameter tag and what is its use?
Explain about method local inner classes or local inner classes in java?
What is the arguement of main method?
Why java does not support pointers?
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 do you mean by static variable?
What is 16 bits called?
What is use of a abstract variable?
What is meant by class loader? How many types are there?