What is the difference between Process and Threads?
Answer Posted / sanjit patra
Process is part of program.
But,thread is part of process
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is TL and its use?
Explain how will the struts know which action class to call when you submit a form?
Why is string immutable in java?
What event results from the clicking of a button?
How would you reatach detached objects to a session when the same object has already been loaded into the session?
Is there a guarantee of uniqueness for entity beans?
Can I import same package/class twice? Will the jvm load the package twice at runtime?
Where can I ask questions and make suggestions about seam?
what is an isolation level?
Explain what is synchronization?
What modifiers may be used with an interface declaration?
What is the difference between a menuitem and a checkboxmenuitem?
What is clustering? What are the different algorithms used for clustering?
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!
Can I map more than one table in a cmp?