what is the difference between multitasking and
multithreading?
Answer Posted / pooja
multitasking called heavy weight processes(hwp).
mulithreading called light weight processes(lwp).
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is fail fast in java?
How do you declare a string variable?
What is the difference between serializable and externalizable interface?
What is primitive array?
Are private methods final?
What is the hashcode () and equals () used for?
Why Java doesn’t support multiple inheritance?
Is java platform independent?
What is the difference between abstraction and encapsulation?
Why singleton is not thread safe?
What are the advantages of java over cpp?
How many digits is int32?
What is the purpose of object oriented programming?
What is final modifier?
What is the Scope of Static Variable?