what is a thread?

Answers were Sorted based on User's Feedback



what is a thread?..

Answer / narayana swamy

thread is an object oriented representation of flow of
process(i.e part of process)

Is This Answer Correct ?    0 Yes 1 No

what is a thread?..

Answer / shiva

In java environment we have to introduce the multipart
program that executes simultaniously depending on the
priority called threads

Is This Answer Correct ?    0 Yes 3 No

what is a thread?..

Answer / kala

thread is a light wieght processor.

Is This Answer Correct ?    2 Yes 6 No

Post New Answer

More Core Java Interview Questions

What are the two parts of a conditional statement?

1 Answers  


What is an eror in java?

1 Answers  


Where are the card layouts used?

1 Answers  


How the elements are organized in GridBagLayout?

1 Answers  


This is my code i have a doubt class ab implements a,b { public void add() { System.out.println("Hi") } } interface a { public void add(); } interface b { public void add(); } in this code i have two interface implemented in the class has same method.just i want to know which method of interface implemented in the class. interface a or interface b? confused me .

3 Answers  


Can we execute a program without main() method?

1 Answers  


What is parameter tag and what is its use?

1 Answers  


how you will prevent inheritance is there any other way other than inheritance?

4 Answers   Wipro,


How is Object Oriented Programming different from Procedure Oriented Programming?

1 Answers   Amdocs,


Sample code to retrieve objects from HashMap in sorted ascending order?

2 Answers  


How can we achieve IPC in JAVA?

1 Answers   Wipro,


What is data movement?

1 Answers  


Categories