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

Can a constructor be private and how are this() and super() method used with constructor?

0 Answers   Flextronics, Hexaware,


Why pointers are not used in java?

0 Answers  


Are primitives objects?

0 Answers  


Can we declare variables inside a method as Final Variables?

3 Answers  


What is the % operator?

2 Answers  






what is mean by ooad? where we are using? can you tell me any real time example?

1 Answers   Eka Software,


What is instance synchronization?

0 Answers  


What is the purpose of javac exe?

0 Answers  


What is default exception handling in java?

0 Answers  


Explain throw keyword in java?

0 Answers  


Can we override private constructor in java?

0 Answers  


The class "Class" is belongs to which package?? a) java.lang b)java.lang.reflect c)java.util d)None

4 Answers  


Categories