Explain the reason behind ending a program with a system.exit(0)?


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

Post New Answer

More Core Java Interview Questions

we know that every java prog must follows OOPS Principles. Anybody can answer, HOW THE FOLLOWING PROGRAM FOLLOWS OOPS CONCEPTS i.e, Inheritance,Polymarphism,Encapsulation? class a{ public static void main(String args[]){ System.out.println("Hello World"); } }

3 Answers  


how are methods defined?

0 Answers  


What is json parser in java?

0 Answers  


What is collection class in java? List down its methods and interfaces.

0 Answers  


What is wrapper class example?

0 Answers  






What is the difference between compile-time polymorphism and runtime polymorphism?

0 Answers  


Does it matter in what order catch statements for filenotfoundexception and ioexception are written?

0 Answers  


What are user defined exceptions?

0 Answers  


When is update method called?

0 Answers  


What is hash code collision?

0 Answers  


program to validate the IP address? Validity range should be 0 to 255

1 Answers   Huawei,


Explain which of the following methods releases the lock when yield(), join(),sleep(),wait(),notify(), notifyall() methods are executed?

0 Answers  


Categories