How many types of thread in java? give the name
Answer Posted / amir hassan
There are two types of Thread
1) Naming Thread
2)Thread Priority
1) Naming Thread
The Thread class provides methods to change and get the name of a thread.
2) Thread Priority
Each thread have a priority. Priorities are represented by a number between 1 and 10
> it Depend on the JVM.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Can we sort arraylist in java?
Where can i get Latest SUN Certification Dumps and what are the Sun Certification Codes that are available, Im new to JAVA, so please gimme info as i need to write J2EE - Core Java Certification
What are the advantages of java over C++?
What is operator overloading. Is it is supported in java?
What are assembly attributes?
What is pass by value?
Can we override the private methods?
Make a data structure and implement an algorithm to print all the files in a directory. (The root directory can have sub-directories too.)
How do you clear a method in java?
What is the collections api in java programming?
Why we do exception handling in java and how many types of exceptions are there?
What is the use of toarray () in java?
What is an immutable object?
How are destructors defined in java?
What is boolean logic?