What is thread life cycle?


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

Post New Answer

More Core Java Interview Questions

What does snprintf return?

0 Answers  


what do you mean by java annotations?

0 Answers  


What are the methods available in a class?

0 Answers  


What is the purpose of using javap?

0 Answers  


What does || mean in vectors?

0 Answers  






Can an anonymous class be declared as implementing an interface and extending a class in java programming?

0 Answers  


What is non static block in java

10 Answers   Emphasis, Ness Technologies,


What type of variable is gender?

0 Answers  


what is jndi?

1 Answers   TCS,


This is my code i have a doubt class ab implements a,b { public void add() { System.out.println("Hi") } } interface a { public void add(); } interface b { public void add(); } in this code i have two interface implemented in the class has same method.just i want to know which method of interface implemented in the class. interface a or interface b? confused me .

3 Answers  


Suppose i have two threads t1 and t2 are running.How the main thread will know that the two threads t1,t2 execution has completed?

2 Answers   Subex,


What is the difference between length and length() method in java?

0 Answers  


Categories