What do you mean by exception handling in Java?
No Answer is Posted For this Question
Be the First to Post Answer
What is string manipulation?
What is strings in java?
who can we create the object of a class? in how many ways we can create it (max 5)
Can you explain inner class.
Can you sort a string in java?
What is a boolean field?
Where is core java used?
Thanks A.jyotsna, Can u tell me differnce between abstract class and interface vikash
If all the methods in abstract class are declared as abstract then what is difference between abstract class and in interface?
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;
Program to find greatest prime number in n numbers?
What are desktop procedures?