Can we override constructors?
No Answer is Posted For this Question
Be the First to Post Answer
Explain about anonymous inner classes ?
What are different types of inner classes ?
What are local variables?
What language is pass by reference?
Why is serialization required?
What are java threads?
Is java developer a good career?
What are virtual functions?
Have you worked on bits programming? examples?What is bit? How many bits are there in the byte?
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;
why there are multiple catches for a try block.don't tell me that there can be multiple exception of a code segment that's why.tell me the real fact behind this.
Write a program based on Java script program.