Java program to Print numbers in sequence using 3 Threads || Java Multi threading interview program

preview_player
Показать описание
#kkjavatutorials #Java

About this Video:
In this video, we will learn how to write a Java program to Print numbers in sequence using 3 Threads?
Source code Link:

Follow me on Social network:

KK JavaTutorials WebSite:

Subscribe KK JavaTutorials YouTube Channel:

Subscribe My Hindi Channel(KK HindiGyan):

Some Important Playlist link on KK JavaTutorials:

Spring Framework Tutorial:

Eclipse shortcuts :

Java 8 Features Tutorial(All In One):

JDBC Tutorial in depth[Must Watch]

Java 8 Stream APIs:

WebLogic Server Tutorials:

Spring Boot Tutorial(All In One):

Hibernate Tutorials:

Java 5 new features Tutorials

Java 7 Features tutorials:

Java multithreading for beginners:

Java Collections framework Tutorials:

OOPs concepts in java Tutorials:

Design Pattern Tutorials:

Git & GitHub Tutorials:

Git & GitHub Interview Questions:
Рекомендации по теме
Комментарии
Автор

the first person i saw who have industrial experaince in java and making videos, many others are just creating videos for money even they do'nt have concepts.please kk carry on.we need your services.i am also experienced java dev so i am saying these all

munawarabbas
Автор

Hi Kishan, Thanks for putting efforts to enhance Java community, please keep creating videos on Multithreading, its an area where entire developer community is lacking. Thanks.

sattumattu
Автор

Hi KK! Thanks for sharing. Just to comment, when choosing 4 as total number in sequence, the Thread-1 gets locked.

JohnSmith-lgbr
Автор

Thanks Buddy, i am in doubt now, like how all of 3 threads get into of synchronized block, as all are waiting inside that, Sorry, i am not getting it, can somebody help ?

sunilsuthar
Автор

Very good videos, it would be good if you explain the logic first and then code

aneksingh
Автор

Can we apply this logic to print with 4 thread

Praveen
Автор

This logic will only work for three threads. It will not work for 'n' threads.

sushantmishra