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
What are the difference between RMI and CORBA?
Do we need to override service() method
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
How a component can be placed on Windows?
What is permgen or permanent generation?
What are JTA/JTS and how they used by client?
What is a policy?
What is the difference between RMI and Corba?
What is metaspace?
Explain about local interfaces.
Can I run seam outside of jboss as?
Why use a datasource when you can directly specify a connection details?
What are the different algorithms used for clustering?
we use MainFrame and using os390 for operating system with DB2 data base in IRAN and interest programing with java and use webspere for world wide,please help me where i should start?
What are the different approaches to represent an inheritance hierarchy?