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
Can list be final in java?
What is the difference between JDBC 1.0 and JDBC 2.0?
what is the use of bean managed and container managed with example?
What types of index data structures can you have in java?
Difference between notify() method and notifyall() method in java?
Which is fastest collection in java?
What is e java?
Can we override constructors in java?
What is the use of protected in java?
a thread is runnable, how does that work? : Java thread
What is array initialization in java?
What modifiers may be used with a top-level class?
What is the super void?
What is bean? Where it can be used?
What happens if a constructor is declared private?