What is multithreading ???? How to stop multithrading in
java????
Answer Posted / 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 |
Post New Answer View All Answers
How many types of flags are there?
Why is stringbuffer called mutable?
What is the name of the java compiler?
What are different exception types exceptions available in java ?
How do you declare a string variable?
How many bytes is double?
How do you delete a list in java?
What are the new features in java 8? Explain
What mechanism does java use for memory management?
What is the difference between the file and randomaccessfile classes?
What is difference between stringbuffer and string?
What is meant by object oriented programming – oop?
Is zero a positive integer?
What are the legal parameters?
Which is faster string or stringbuilder?