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 the difference between conversation & casting?

566


What is gc()?

573


What is the role of garbage collector in java?

486


Explain the public class modifier?

497


How to sort an array in java without using sort method?

522






What is java literals?

572


What advantage do java's layout managers provide over traditional windowing systems?

539


Explain about the select method with an example?

585


Explain the difference between an Interface and an Abstract class?

621


how its run?

561


Explain hashset and its features?

572


How many ways can we create singleton class?

497


What is communist flag?

565


What is the use of using enum to declare a constant?

550


Can we declare the static variables and methods in an abstract class?

542