When is the finalize() called?


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

Post New Answer

More Core Java Interview Questions

What is method in java with example?

0 Answers  


What is final access modifier in java?

0 Answers  


Which Component subclass is used for drawing and painting?

1 Answers  


what is ejb? what is the importance of ejb?

2 Answers   Photon,


Can we create more than one object singleton class?

0 Answers  






what is object slice?

2 Answers   HTC, TCS,


What is thread life cycle?

0 Answers  


Explain when classnotfoundexception will be raised ?

0 Answers  


what is mena by object block any what is the use of that

0 Answers   CGI,


What is java virtual machine? Explain

0 Answers  


What is a JAR file?

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