Give me some null interfaces in java?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What is a reflection package?

2 Answers  


Name few java.lang classes introduced with java 8 ?

0 Answers  


How can we create a synchronized collection from given collection?

0 Answers  


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;

2 Answers  


How can we avoid including a header more than once?

0 Answers   Fidelity,






Why are constructors used?

0 Answers  


Difference between a MenuItem and a CheckboxMenuItem?

1 Answers  


Can we overload run() method in java?

0 Answers  


What is singletonlist in java?

0 Answers  


What services that container provides?

2 Answers  


How to convert String into primitive datatype.

6 Answers  


What is sorting in java?

0 Answers  


Categories