Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


wahts is mean by thread?

Answers were Sorted based on User's Feedback



wahts is mean by thread?..

Answer / vijay

thread is execution by no. of line code it is called as
thread.

Is This Answer Correct ?    1 Yes 0 No

wahts is mean by thread?..

Answer / gopim

thread is a light weight process
it is a program path of excution

Is This Answer Correct ?    1 Yes 0 No

wahts is mean by thread?..

Answer / ravikiran

thread is a single sequential execution flow of control

Is This Answer Correct ?    11 Yes 11 No

wahts is mean by thread?..

Answer / gyana

1-Thread is a process of execution path of a programme.
2-Java supports single threading,but not supported
multithreading.
3-Threading causes sequential work in a programme.

Is This Answer Correct ?    4 Yes 4 No

wahts is mean by thread?..

Answer / loka shravan reddy hfpg

A thread is a single sequential flow of control with in program

Is This Answer Correct ?    3 Yes 3 No

wahts is mean by thread?..

Answer / sathiya

thread is a lightweight process

Is This Answer Correct ?    0 Yes 0 No

wahts is mean by thread?..

Answer / aradhana

A thread, in the context of Java, is the path followed when executing a program. All Java programs have at least one thread, known as the main thread, which is created by the JVM at the program’s start, when the main() method is invoked with the main thread. In Java, creating a thread is accomplished by implementing an interface and extending a class. Every Java thread is created and controlled by the java.lang

Is This Answer Correct ?    0 Yes 0 No

wahts is mean by thread?..

Answer / anamika

A Thread is a dis patchable unit of work. It divide the prom
into multiple task. So it is called as light weighted
process. A thread is assumed as a subset of process.

Is This Answer Correct ?    0 Yes 0 No

wahts is mean by thread?..

Answer / sa ju

A thread and a process are same but a minor difference is there.

Process executes a program completely without splitting
whereas a thread splits a program into smaller tasks and
then execute them separately.And then combine the final result.
that is why a process is often called as Heavy weight and a
thread is called as light weight.

Is This Answer Correct ?    0 Yes 0 No

wahts is mean by thread?..

Answer / chanchal

Thread is a light wait process. Becouse since they share resources then process

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

what is dynamic method dispatch ?

27 Answers   Fidelity, MUET, SDSF,


if a java file without any source code is valid java file?

3 Answers   SparkTG,


can u give one sinario when you use Abstract Class and When you use Interface.

5 Answers   ITC Infotech,


What is the use of callablestatement?

0 Answers  


What is the difference between object oriented programming language and object based programming language?

0 Answers  


What is json parser in java?

0 Answers  


What are the features of junit?

0 Answers  


Can we have 2 main methods in java class?

0 Answers  


What is an exception in java?

0 Answers  


How many digits is int32?

0 Answers  


What is an iterator interface in java programming?

0 Answers  


explain the collection in java

1 Answers   WDC,


Categories