What is the difference between Process and Threads?
Answer Posted / rekha
A Procees is an execution of program but a thread is a
single execution sequence within a process(and so called
a "light weight process").
A process can contain n number of threads.
| Is This Answer Correct ? | 168 Yes | 11 No |
Post New Answer View All Answers
To what value is a variable of the string type automatically initialized?
Can I map more than one table in a cmp?
What do you need to set-up a cluster with jboss?
Is the infobus client side only?
What is the highest-level event class of the event-delegation model?
What class is used to create Server side object ?
What are externizable interface?
What modifiers may be used with an interface declaration?
How would you detect a keypress in a jcombobox?
Why a component architecture for the java platform?
Is it possible to stop the execution of a method before completion in a sessionbean?
When is the best time to validate input?
What is the difference between RMI registry and OS Agent?
How to deploy Jar, War files in J2EE?
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?