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 |
How to convert a string to long?
why not override thread to make a runnable? : Java thread
What are the differences between wait() and sleep()?
Why null interfaces are used in Java?
How can we create a thread in java?
Is age discrete or continuous?
Justify your answer that you can't define a method inside another method in java, if you can then how?
What is the code inside the public void actionPerformed(ActionEvent ae) override method in Applet [ Condition:- you have one TextField and One Button , you have to enter any color name inside the TextField, when you click on Button Your background will change according to your input color name]
What is a compilation unit?
'A class is a template for an object' explain this statement.
0 Answers Akamai Technologies,
What is the difference between throw and throws in java?
Differences between external iteration and internal iteration?