wht is customised exception?
Answer / cool_duzz
extending exception class and put your own handler.
| Is This Answer Correct ? | 8 Yes | 1 No |
What design pattern you have used in your project? I answered Factory pattern, how it is implemented? What are its advantage? Do know about Abstract Factory?
what is mean by method signature?
What are streams in java 8?
What is regex in java?
What are Access Specifiers and Access Modifiers.
Can you call a method on a null object?
What method is used to specify a container's layout in java programming?
Is assembly language a low level language?
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;
Can you extend more than one interface?
What 4 doubled?
What is an example of character?