What is the difference between Process and Threads?
Answer Posted / shilpi
In Process switching time consume
but thread does not consume switching time.
| Is This Answer Correct ? | 20 Yes | 11 No |
Post New Answer View All Answers
What is chat area? Explain.
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!
Which javutil classes and interfaces support event handling?
What is the purpose of the wait(), notify(), and notifyall() methods?
how to make a index.jsp for running the site in internet and find an error for connection with weblogic server and java that give an error invalid object name.and how to maintain session.
What’s jboss cache in short?
If your ui seems to freeze periodically, what might be a likely reason?
When a thread blocks on i/o, what state does it enter?
what is Activation Instantinator?
What is JTS?
Can we sent objects using Sockets?
What is RMI and what are the services in RMI?
What is the difference between static and non-static with examples?
What do you know about seam?
What is the difference between session and entity beans?