What is the difference between arraylist and hashset in java?
No Answer is Posted For this Question
Be the First to Post Answer
where exactly collections are usefull in realtime
What are the names of Component subclasses that support painting?
What is nested class?
What is time complexity java?
what is the messsage u r going to get from an objectoriented programing?
Explain, java is compatible with all servers but not all browsers?
What is the life-cycle of an object?
How do generics work?
What are meta-annotations?
How to stop a thread in java? Explain about sleep () method in a thread?
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;
For which statements we use a label?