What is the difference between Process and Threads?
Answer Posted / dinesh tiwari
A process is an instance of an running application.
And a Thread is the execution stream of the process.
A process can have multiple threads.
| Is This Answer Correct ? | 30 Yes | 6 No |
Post New Answer View All Answers
Is the session factory thread safe?
What are the pros and cons of detached objects?
What are the diff types of exception?
What is the RMI and Socket?
Explain how will the struts know which action class to call when you submit a form?
What do you mean by Socket Programming?
Why a client should be multithreading? Explain.
wahts is mean by dynavalidatorform in struts/
To what value is a variable of the string type automatically initialized?
What class is used to create Server side object ?
What is a session? Can you share a session object between different theads?
Explain phantom read?
Explain the steps in details to load the server object dynamically?
Is it possible to stop the execution of a method before completion in a sessionbean?
Can we sent objects using Sockets?