When does an object becomes eligible for garbage collection in java?
Why are pointers not secure?
What is string pool?
What is functional interface in java example?
What is file class and what is its purpose?
What is the difference between compile-time polymorphism and runtime polymorphism?
Difference between current previous versions of Java?
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 indexof?
Define an abstract class with reference to java.
how to pass the parameters to applets?
Can we override protected method in java?
What two classes are used to read data only?
0 Answers TryTechnicals Pvt Ltd,