What is the difference between Process and Threads?
Answer Posted / reet
threads can share address or directly acess the address
process dont directly access the addresss
| Is This Answer Correct ? | 22 Yes | 26 No |
Post New Answer View All Answers
which type of objects reference will be given to client?
What is the difference between static and non-static with examples?
Explain the steps in details to load the server object dynamically?
What is RMI and what are the services in RMI?
What are JTA/JTS and how they used by client?
What is a policy?
What is Stream Tokenizer?
What are externizable interface?
What class is used to create Server side object ?
what is the use of State Factories?
If we opened Windows Internet Explorer 4 times, does it starts 4 processes or 4 threads?
Define aop(assepct oriented programing)?
What is the purpose of the notify() method?
what is meant by JRMP?
Why a client should be multithreading? Explain.