List some important characteristics on jre
No Answer is Posted For this Question
Be the First to Post Answer
i don't want fullforms of JDK an JVM i want definitions for them
If I only change the return type, does the method become overloaded?
Can there be an abstract class with no abstract methods in it?
What are the differences between include directive and include action?
What are controls and their different types in awt?
What is the size of int?
What technique can be employed to compare two strings?
how to split string in java?
What is the common usage of serialization?
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 serial version uid and its importance in java?
What is the purpose of stub and skeleton?