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 is string data?
What does 0 mean in boolean?
What is method reference?
what is difference between Exception and Error?
Need to use public,static keywords in main function?
Why we go for collections in java?
why is S capital in System.out.println ????
What is overloading and overriding in java?
Is constructor inherited?
Can an exception be rethrown?
What is jit and its use?
How is a variable stored in memory?