What is multithreading ???? How to stop multithrading in
java????



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

Post New Answer

More Core Java Interview Questions

what is custom tags with example?

3 Answers   Amdocs,


how exactly garbage collection take place?

4 Answers  


What does  mean in regex?

0 Answers  


Is a copy constructor?

0 Answers  


What is difference between next () and nextline () in java?

0 Answers  


When arithmeticexception is thrown?

0 Answers  


What is the use of a copy constructor?

0 Answers   Flextronics,


What do you know about the garbage collector in java?

0 Answers   TCS,


Can we use a switch statement with strings?

0 Answers  


What is difference between word and integer?

0 Answers  


What is java string pool?

0 Answers  


How many decimal places is a double?

0 Answers  


Categories