What are the high-level thread states in java programming?


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

Post New Answer

More Core Java Interview Questions

Who is founder of java?

0 Answers  


Explain public static void main(string args[]) in java.

0 Answers  


What is Classloader in Java?

0 Answers  


What is stop(), suspend(), resume() method?

3 Answers  


What is a stream? what are the different types and classes of Streams?

2 Answers  






How to change the priority of thread or how to set priority of thread?

0 Answers  


What does the @override annotation do?

0 Answers  


What is the abstract class?

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  


Explain naming conventions for packages?

0 Answers  


What is java dot?

0 Answers  


How to connect to a remote database using Applet?

0 Answers  


Categories