Why do we use threads in java?


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

Post New Answer

More Core Java Interview Questions

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

0 Answers  


What is difference between Eclips and MyEclips?

3 Answers  


What is deadlock and how to avoid this?

2 Answers  


What is the use of collections in java? How it is implemented in real time applications?

2 Answers  


What is set in java?

0 Answers  






Can we write a class without main method in java?

0 Answers  


why interfaces are faster than abstract classes?

4 Answers  


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

0 Answers  


What is arguments in java?

0 Answers  


10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } } 10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } }

0 Answers  


What are the 6 mandatory procedures for iso 9001?

0 Answers  


What is the largest number a double can hold?

0 Answers  


Categories