How do you end a program?


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

Post New Answer

More Core Java Interview Questions

Can the garbage collection be forced by any means?

0 Answers  


What is the importance of finally block in exception handling?

0 Answers  


How big is a 64 bit float?

0 Answers  


What is ctrl m character?

0 Answers  


why the constructor should be used in class,if there is no constructor what will happen?

4 Answers  






What Is Composition?

0 Answers   IBS,


Which is better arraylist or vector?

0 Answers  


Which way a developer should use for creating thread, i.e. Sub classing thread or implementing runnable.

0 Answers  


Which collection object is faster to retrieving the data and inserting the data into it.

2 Answers   Jamcracker, Virtusa,


Are strings immutable 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  


What is a line separator in java?

0 Answers  


Categories