If there are two notepad opened and working on it . is this
a process or thread?
computer based Live Example to differentiate between Thread
, Process , and Multi tasking ?
Answer Posted / suresh.sa
When v listening to a song in the media player,
simultaneously v can take print of certain files, this is
said to be a multitasking.
A Process is a task allocated to a cpu, each process
consist of threads, may a one thread or n-threads.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
Write a function to print Fibonacci series and Tribonacci series?
Is java an open source?
Difference between vector and arraylist.
What 4 doubled?
What is the function of static in java?
What do you understand by overloading and overriding in java?
What is the difference between path and classpath variables?
What is OOP Language?
What about interthread communication and how it takes place in java?
What is the destroy method?
What about static nested classes in java?
Write a java program to check if a number is prime or not?
Can we have a try block without catch block?
What are triggers in DB? Explain their types. How do they work?
What is polymorphism java example?