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 |
Explain the term serialization?
what us Dyna action form?
4 Answers Aithent Technologies,
What is the map interface in java programming?
What is the basic concept of java?
What is skeleton and stub?
What is type inference in java8?
What modifiers can be used with a local inner class?
What is a boolean flag in java?
why java does not have operator overloading?
What is boolean in java?
What is the Set interface?
What is java util?