How many types of thread in java? give the name

Answers were Sorted based on User's Feedback



How many types of thread in java? give the name..

Answer / guest

producer thread, consumer thread

Is This Answer Correct ?    3 Yes 26 No

How many types of thread in java? give the name..

Answer / siradil143

five types

Is This Answer Correct ?    6 Yes 30 No

How many types of thread in java? give the name..

Answer / sandeep

single thread

Is This Answer Correct ?    2 Yes 26 No

Post New Answer

More Core Java Interview Questions

What are the types of statement? explain

1 Answers   SysBiz,


In the below Java Program, how many objects are eligible for garbage collection?

1 Answers  


Can array grow dynamically in java?

0 Answers  


Explain the term serialization?

10 Answers   Wipro,


What are format specifiers in java?

0 Answers  


When wait(), notify(), notifyall() methods are called does it releases the lock or holds the acquired lock?

0 Answers  


What is nested interface?

0 Answers  


How many bytes is a character?

1 Answers  


how to one war file class to another war file class?

0 Answers  


What is structure of java heap? What is perm gen space in heap?

0 Answers  


Suppose there is an Online shopping cart application having different objects like Cart, SelectionItem, Billing, COnfiguration, Authentication, Authorization, PersonalDetails etc. Out of this which one can be made a singleton pattern and why?

2 Answers   RBS,


What is the synonym of string?

0 Answers  


Categories