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

What are use cases?

558


Can memory leak happen java?

596


What is the difference between Java1.4 and Java1.5

1828


how to handle exceptions in ejb?

1875


How are variables stored in memory?

578






What is the java project architecture?

1787


What is the main function in java?

529


Which is faster set or list in java?

530


What are the Main functions of Java?

625


What is a get method?

533


What do you mean by an interface in java?

570


How to create an interface?

625


Can you declare the main method as final?

525


Why is the main method declared static?

588


How do you create a null object?

509