How to stop a thread in java? Explain about sleep () method in a thread?


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

Post New Answer

More Core Java Interview Questions

What is meant by polymorphism?

0 Answers  


Why do we need public static void main(String args[]) method in Java...?

1 Answers  


What is better - 'bit-shift a value' or 'multiply by 2'?

0 Answers   DELL,


What data type is true or false?

0 Answers  


What is collections framework?

0 Answers  






What is the difference between throw and throws?

10 Answers   IBM,


Write a java program to count the number of words present in a string?

0 Answers  


public class Base { public void myMethod(int a,intb) {} } // Uses myMethod and then hides it. public class DerivedOne extends Base { private void myMethod(int a,int b); } will this compile or not .yes or no. why

2 Answers  


Is assembly language a low level language?

0 Answers  


How do you invoke a method?

0 Answers  


what is difference between interface and abstract class..?

4 Answers  


What is the difference between the size and capacity of a vector?

0 Answers  


Categories