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 |
Is string pool garbage collected?
Which types of exceptions are caught at compile time?
What is the method to expand and collapse nodes in a jtree?
How do I write a self declaration?
Is integer immutable in java?
Can you run the product development on all operating systems ?
How do you override a method in java?
Write a java program to generate fibonacci series ?
What is scope & storage allocation of global and extern variables? Explain with an example
Is null function in java?
Can a hashset contain duplicates java?
What is the dot operator?