What is multithreading ???? How to stop multithrading in
java????
Answer / jyothsna ivaturi
An independent sequential path of execution with in a program is called as THREAD.
MULTITHREADING is the proess of execution of two or more threads concurrently at a time.
This process can be stopped in java with the help of synchronization.
SYNCHRONIZATION can be defined as "a shared resource can be used by only a single thread at a time"
| Is This Answer Correct ? | 13 Yes | 0 No |
What are class types in java?
if the memory capacity is 700 presently occupied by process is 690. then another process request space(40) how this situation handled in java.
Why sleep()is in Thread and wait() in Object class? Why can't I have both in one class or vice versa?
How does linkedhashmap work in java?
Is array an object in java?
Can I learn java in 3 months?
What is thread synchronization in java?
Difference between Hash Table and Hash Map?
What are the topics in advance java?
Can multiple catch statements be used in exceptions ?
Difference between string s= new string (); and string s = "abv";?
What is square root in java?