What is thread?

Answer Posted / naveen

A thread is a part of program that follows a separate path of execution.
A thread is also called a light weight process as they share common resources

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the benefits of operations?

511


Can we define constructor in inner class?

537


What is finalize()?

606


List the features of java programming language.

561


Is java pass by value or pass by reference?

537






what is meant by HQL?

639


Difference between method overloading and overriding.

575


What is replacefirst in java?

574


Why char array is preferred over string for storing password?

584


What is the difference amongst jvm spec, jvm implementation, jvm runtime ?

506


How to run a JAR file through command prompt?

715


How java enabled high performance?

584


You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain

532


How do you compare two strings lexicographically?

535


Explain the importance of finally block in java?

568