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 / surya narayana
This ia a Thread not a process.because no background
operation is not doing the cpu.
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
What is locale in java?
Can substring create new object?
Where local and global variables are stored?
What is the static variable?
How is a structure different from array ?
Why is the main method static?
Is string an object?
Can a list be null in java?
Explain restrictions on using enum?
how does the run() method in runnable work? : Java thread
Can a java program have 2 main methods?
What is pre increment and post increment in java?
Is a boolean 1 bit?
Difference between string, string builder, and string buffer?
Why does java not support pointers?