What is array pointers ?


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

Post New Answer

More Core Java Interview Questions

Can we override private methods?

0 Answers  


Can a class extend abstract class or interface? why

4 Answers   Wipro,


What is the biggest integer?

0 Answers  


Can you give few examples of final classes defined in java api?

0 Answers  


How many classes can any class inherit java?

0 Answers  






Is arraylist ordered in java?

0 Answers  


How dead lock situation occurs in java and how you can identify it?

0 Answers  


What is exception in java?

0 Answers   Cyient,


What are the major advantages of internal iteration over external iteration?

0 Answers  


What does += mean coding?

0 Answers  


Can a vector contain heterogenous objects?

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  


Categories