Are constructors methods?


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

Post New Answer

More Core Java Interview Questions

What is meant by Servelet? What are the parameters of service method?

2 Answers  


methods in Applet?

1 Answers  


Can a set contain duplicates?

0 Answers  


What is java developer skills?

0 Answers  


What is the difference between jsp and servlet?

6 Answers   Symphony,






What is difference between pointer and reference?

0 Answers  


What is threaded programming and when is it used? : Java thread

0 Answers  


What is a null class?

0 Answers  


What is the primary benefit of encapsulation?

0 Answers  


What is identifier in java?

0 Answers  


What does percent mean in java?

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