what is a thread?

Answer Posted / deepa

Thread is a process of execution of work.
In a java application ,the thread starts when the
main() starts executing till the whole Application is
executed.
Java supports multi threading,Multi threading is a concept
where more than one thread can be used in a program while
executing the applicaton.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we have try without catch block?

651


Explain when noclassdeffounderror will be raised ?

624


What is a nested class?

600


What lambda means?

555


What is static data type in java?

549






Why is logger singleton?

566


What's the difference between an abstract class and interface in java?

567


How do you override a variable in java?

539


What is a 16 bit word?

571


Write a program in java to find the maximum and minimum value node from a circular linked list.

527


what are three ways in which a thread can enter the waiting state? Or what are different ways in which a thread can enter the waiting state? : Java thread

529


Do I need java on my computer?

532


What is the major difference between linkedlist and arraylist?

514


What is void data type?

582


How to compare two strings in java program?

678