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

Can we have more than one package statement in the source file?

0 Answers  


What are different types of constants?

0 Answers  


What is __ init __ functions?

0 Answers  


Explain the public class modifier?

0 Answers  


Functionality of JVM?

7 Answers   Infosys,






What are the latest versions in JAVA related areas?

3 Answers   Netcraft,


write a progam hashmap & hashtable?

2 Answers   IBM,


Does java runtime require a license?

0 Answers  


What is array in java?

0 Answers  


how to deploy apache tomcat server to weblogic server in java

0 Answers   IBM,


What is multithreading in java?

0 Answers  


Explain about member inner classes?

0 Answers  


Categories