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


Please Help Members By Posting Answers For Below Questions

What is an object class?

557


What is java command?

570


Define the term string pool?

586


What’s meant by anonymous class?

596


Is java based on c?

535






Is set ordered in java?

571


What is the java idl system?

582


Can you make a constructor final in Java?

627


How do you sort in java?

592


What is the abstract class?

596


What is constant in programming?

554


What is class variable java?

583


Why declare Main() method as a static in java ?

594


What is static data type in java?

543


Can we modify the throws clause of the superclass method while overriding it in the subclass?

548