What is finalize method?


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

Post New Answer

More Core Java Interview Questions

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  


What is java oops?

0 Answers  


what is wrapper class and its uses?

2 Answers  


To the class members how can we provide security?

1 Answers   Aspire,


What are the standards to place package statement within a source code file?

1 Answers  






List the three steps for creating an object for a class?

0 Answers  


Where local and global variables are stored?

0 Answers  


Can we inherit inner class?

0 Answers  


How do you know if a value is nan?

0 Answers  


What is the difference between jsp and servlet?

6 Answers   Symphony,


Explain oops concepts in detail?

0 Answers  


List two java ide’s?

0 Answers  


Categories