How can we make sure main() is the last thread to finish in java program?


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

Post New Answer

More Core Java Interview Questions

What do you mean by static variable?

0 Answers   TCS,


What is the difference between break and continue statements?

0 Answers  


What is supplier in java?

0 Answers  


What means public static?

0 Answers  


What is the purpose of a default constructor?

0 Answers  






Define an abstract class with reference to java.

0 Answers  


Does sprintf add a null terminator?

0 Answers  


What is unicode datatype?

0 Answers  


What is collection api?

0 Answers  


Where is singleton pattern used?

0 Answers  


What is the difference between add() and addElement() method in Vector Class ?

2 Answers   TCS,


class A { private int i; } class B extends A { private int i; } if I create an object of B class what will be the memory of that object.

2 Answers   Yamaha,


Categories