What state does a thread enter when it terminates its processing in java programming?


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

Post New Answer

More Core Java Interview Questions

In Serialization, whether you will use Static variables?

3 Answers   HCL,


What is the difference between integer parseint and integer valueof?

0 Answers  


Why is a singleton bad?

0 Answers  


What is the major drawback of internal iteration over external iteration?

0 Answers  


What initialize variables?

0 Answers  






What is the difference between reader/writer and inputstream/output stream?

0 Answers  


class A { public void disp(int a,int b) { System.out.println("hai"); } } class B { public void disp(int a,int b,int c) { System.out.println("hai"); } } above program is overloading or overriding?

9 Answers   Infosys, Wipro,


What is type inference in java8?

0 Answers  


How to make a class or a bean serializable?

0 Answers  


What is number data type in java?

0 Answers  


how we can create packages in java?

0 Answers  


difference between String a; and String a=new String();? y do v need to assign memory to the variable?

2 Answers  


Categories