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 bifunction in java?
What is thread safe in java?
What is a JAR file?
What is meant by collection in java?
what is daemon thread and which method is used to create the daemon thread? : Java thread
Write an algorithm program in java for the following question.. In a VLSI design techniques,they used rectangles to design circuits. EVery rectangle is to be placed according to x,y coordinates. Check whether or not two rectangles overlap each other. Here overlapping of rectangles is acceptable, if 1) one rectangle intersect with other. 2) one rectangle fully covers other. The time of algorithm should not exceed o(n logn).
What are the 3 types of loops in java?
What is an example of procedure?
Can we use a switch statement with strings?
How many threads can I run java?
Can you extend main method in java?
What is the use of optional ?
Can I overload to string method
What is java in simple terms?
What are the approaches that you will follow for making a program very efficient?