wahts is mean by thread?

Answers were Sorted based on User's Feedback



wahts is mean by thread?..

Answer / ravi

thread is the process of executng the program

Is This Answer Correct ?    52 Yes 15 No

wahts is mean by thread?..

Answer / madhuri reddy

thread is a light weight process.it divide the hole
programm into small groups.it is based on the kernal

Is This Answer Correct ?    33 Yes 3 No

wahts is mean by thread?..

Answer / kranti rajan singh

1.thread is an independent path of execution within ur java
program.that means thread can share the same memory space.
2. the sequence of code executed for each task defines a
separate path of execution is called thread.

Is This Answer Correct ?    34 Yes 10 No

wahts is mean by thread?..

Answer / zoheb

thread is the sub task in a program,thread is usually used
for purpose of serving the multiple client

Is This Answer Correct ?    14 Yes 4 No

wahts is mean by thread?..

Answer / lakshmi suresh

thread is programms path of execution

Is This Answer Correct ?    15 Yes 6 No

wahts is mean by thread?..

Answer / mukthiyar

Thread is a light weight process.
Thread is a single sequential execution flow of control.
Each thread has its own Stack memory.
Different Threads share the same memory(Heap Memory) and it
use some algorithm for implementing time slice like(Round
Robin).were as different Process take different memory space.

Is This Answer Correct ?    13 Yes 6 No

wahts is mean by thread?..

Answer / ravi jain

Thread is sequential path of execution which makes our program asynchronous.

Is This Answer Correct ?    6 Yes 1 No

wahts is mean by thread?..

Answer / venkat reddy

A thread is a single sequence stream within in a process

Is This Answer Correct ?    9 Yes 5 No

wahts is mean by thread?..

Answer / saravanan

line by line execution of our program code.

Is This Answer Correct ?    7 Yes 4 No

wahts is mean by thread?..

Answer / kiran

Thread is sequenctial flow of a control with in a program

Is This Answer Correct ?    13 Yes 12 No

Post New Answer

More Core Java Interview Questions

Difference between a process and a program?

0 Answers   Infosys,


What is the generic class?

0 Answers  


What is Three tier architecture. Can anyone explain with a Ordinary web application Project? (JSP,Servlets,JAVA,DAO) ?

3 Answers   TCS,


Can you declare the main method as final?

0 Answers  


1.what is the exact difference between applet and frame? 2.Do we use main method in frames?

5 Answers  






What is mysql driver class name?

0 Answers  


what is difference betwwen hashmap and hashtable ?

7 Answers   Fidelity,


what is the difference between sleep() and Wait()?

10 Answers   Accenture, Amdocs,


how can we import the user defined package without classpath?

1 Answers   CSC, Infosys,


What is meant by javabeans?

0 Answers  


what is a green thread? : Java thread

0 Answers  


Can you inherit from an abstract class java?

0 Answers  


Categories