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 custom tags with example?
how exactly garbage collection take place?
What does mean in regex?
Is a copy constructor?
What is difference between next () and nextline () in java?
When arithmeticexception is thrown?
What is the use of a copy constructor?
What do you know about the garbage collector in java?
Can we use a switch statement with strings?
What is difference between word and integer?
What is java string pool?
How many decimal places is a double?