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

How many types of flags are there?

747


Why is stringbuffer called mutable?

772


What is the name of the java compiler?

797


What are different exception types exceptions available in java ?

761


How do you declare a string variable?

759


How many bytes is double?

755


How do you delete a list in java?

744


What are the new features in java 8? Explain

750


What mechanism does java use for memory management?

745


What is the difference between the file and randomaccessfile classes?

824


What is difference between stringbuffer and string?

736


What is meant by object oriented programming – oop?

768


Is zero a positive integer?

786


What are the legal parameters?

726


Which is faster string or stringbuilder?

724