38. Java VirtualThreads vs Normal Threads || ThreadLocal in Java

  Рет қаралды 15,759

Concept && Coding - by Shrayansh

Concept && Coding - by Shrayansh

Күн бұрын

Пікірлер: 54
@nirmalnishanth248
@nirmalnishanth248 4 ай бұрын
I am 4 years experience developer and this was the best series i ever found on java...It was very useful to restore and enhance my knowledge. Thanks Shrayansh from the bottom of my heart❤
@Shivam-wk6sq
@Shivam-wk6sq 2 ай бұрын
Same here..
@harshilgupta9225
@harshilgupta9225 11 ай бұрын
Finally Completed the series 🎉, respect++
@kumarsamaksha7207
@kumarsamaksha7207 5 ай бұрын
Hi bro you I need to buy the subscription to complete the java course?
@harshilgupta9225
@harshilgupta9225 5 ай бұрын
@@kumarsamaksha7207 You can buy his course from Udemy. The same playlist is available there...
@girishanker3796
@girishanker3796 4 ай бұрын
​@@kumarsamaksha7207 Yes
@adityagautam6817
@adityagautam6817 3 ай бұрын
How many videos are there for members I have 38 videos that I see on playlist
@Hanu481
@Hanu481 6 сағат бұрын
completed, depth knowledge....need DSA like this
@BharathN-wp8hc
@BharathN-wp8hc 6 ай бұрын
Finally Completed the Series. While covering this series I also referred to our internal Project of other team and got to know many things like how things are used in real world projects etc... Thanks a lot Shrayansh for providing such an insightful Series.
@kumarsamaksha7207
@kumarsamaksha7207 5 ай бұрын
Hi bro you I need to buy the subscription to complete the java course or are there only 38 videos.
@PUNEETHKUMARVH
@PUNEETHKUMARVH 4 ай бұрын
Finally completed today !! Thanks a lot Shrayansh.
@lakshya209
@lakshya209 11 ай бұрын
Hey Sir! First off would wish to share my gratitude for making such content. Question - Have you made all the videos public or we will need to buy the subscription to view all of them?
@ConceptandCoding
@ConceptandCoding 11 ай бұрын
all videos are available to channel members only buddy
@lakshya209
@lakshya209 11 ай бұрын
Thank you for reaching out :)
@sarthak0703
@sarthak0703 4 ай бұрын
Hi, Shrayansh. Is this the last video on Java series? I just completed the course. It will help me a lot during interviews..
@GarlapatiAyyappaLokesh
@GarlapatiAyyappaLokesh Жыл бұрын
correct me if am wrong . Seems Java providing virtual threads only where we are using with executors and Thread class but most of our cases running with Rest full services what if First Service Request took 5 mins(/findEmployee) Second Service Request took 2 mins(/findEmployee) whether these threads as well will detach with OS threads ?
@sayeedanawar
@sayeedanawar 11 ай бұрын
Until spring boot playlist starts please suggest some resource for spring boot.
@shanu9001
@shanu9001 11 ай бұрын
Sir can you please start springBoot playlist?
@ashishchoksi8501
@ashishchoksi8501 10 ай бұрын
will there be any OAuth implementation video in spring-boot series? spring-security
@ConceptandCoding
@ConceptandCoding 10 ай бұрын
yes thats the plan
@MaxTechKnowledge
@MaxTechKnowledge 10 ай бұрын
Isn't threadLocal variable is same as atomic variable ?
@ConceptandCoding
@ConceptandCoding 10 ай бұрын
they have diff purpose
@pubgclutch7719
@pubgclutch7719 Ай бұрын
bro please reply only 38 videos available or for member you covered whole java ?
@ConceptandCoding
@ConceptandCoding Ай бұрын
only 38
@Chiranjeevi-j5m
@Chiranjeevi-j5m 11 ай бұрын
When you will start spring boot
@sanketpatil5339
@sanketpatil5339 4 ай бұрын
Hi bro,for coding practice which course or video you can suggest?
@arindamghosh5438
@arindamghosh5438 9 ай бұрын
Plz make a video on countDown latch and cyclic barrier for interviews
@ConceptandCoding
@ConceptandCoding 9 ай бұрын
noted
@nitishchaudhary7777
@nitishchaudhary7777 9 ай бұрын
@@ConceptandCoding I requested you to make video for latch barrier. It seems like you haven't covered last topics of thread as you mentioned in road map of thread. It's my suggestion/request to you please complete your all related topics for specific things(like thread, collection etc.) after that creating playing list for other topics like Spring boot etc. I appreciated your efforts to make good content and i really liked it. Thanks you!!
@srisaiharshithay3842
@srisaiharshithay3842 10 ай бұрын
Sir if possible could u please cover file handling concept in java
@ConceptandCoding
@ConceptandCoding 10 ай бұрын
noted, i will add
@JatinKumar762
@JatinKumar762 6 ай бұрын
Hi @Shrayansh, Is all your videos available in your java udemy course also including member only?
@ConceptandCoding
@ConceptandCoding 6 ай бұрын
yea
@whitykhan-ny3oi
@whitykhan-ny3oi Жыл бұрын
Does these 39 video in public is completed or any private list bcoz im going to start sir pls sir
@ConceptandCoding
@ConceptandCoding Жыл бұрын
All done
@whitykhan-ny3oi
@whitykhan-ny3oi Жыл бұрын
@@ConceptandCoding thank sir
@rajatjain870
@rajatjain870 11 ай бұрын
When will you start spring boot lecture @Conceptandcoding
@whitykhan-ny3oi
@whitykhan-ny3oi 11 ай бұрын
@@rajatjain870 hi bro
@kartikpawde8582
@kartikpawde8582 3 ай бұрын
Platform threads and user threads are the same thing, right?
@prashantpundir7448
@prashantpundir7448 Жыл бұрын
Hii Sir, how many videos are remaining for Java
@ConceptandCoding
@ConceptandCoding Жыл бұрын
Done only unit testing framework left
@aakankashasharma1007
@aakankashasharma1007 6 ай бұрын
when the virtual thread gets detached from the os thread, where is the thread's current state stored?
@ConceptandCoding
@ConceptandCoding 6 ай бұрын
When a virtual thread in Java is detached from an OS thread, its current state (such as stack frames and local variables) is stored in the heap memory. This allows the virtual thread to be reattached to any available OS thread later for continued execution.
@aakankashasharma1007
@aakankashasharma1007 6 ай бұрын
is it a TCB or something else that stores these values?
@rupeshpatil6957
@rupeshpatil6957 Ай бұрын
Thanks Brother
@poonamchandsahu9351
@poonamchandsahu9351 11 ай бұрын
Hi Shrayansh, Please make videos on Java9-11 features.
@ConceptandCoding
@ConceptandCoding 11 ай бұрын
ack
@chandankumartandi3842
@chandankumartandi3842 Жыл бұрын
I think java playlist is over, when spring boot and unit testing series will come ?
@ConceptandCoding
@ConceptandCoding Жыл бұрын
Next year
@prashantpundir7448
@prashantpundir7448 Жыл бұрын
@@ConceptandCoding
@sanjay-tj5ko
@sanjay-tj5ko 9 ай бұрын
Hi @Shreyansh, can you please make one more hands-on video on Stream
@kumarsamaksha7207
@kumarsamaksha7207 5 ай бұрын
Hi bro you I need to buy the subscription to complete the java course?
@JJ-tp2dd
@JJ-tp2dd 5 ай бұрын
@@kumarsamaksha7207 Some of the videos are member only brother. You need to subscribe to be able to watch it. Subscription is per month.
@bipinsingh1490
@bipinsingh1490 4 ай бұрын
Bhaiya if u lock some videos then u will not get viewer in ur channel as it losse intrest when we are learning and then another video is locked ...
Каха и дочка
00:28
К-Media
Рет қаралды 3,4 МЛН
Правильный подход к детям
00:18
Beatrise
Рет қаралды 11 МЛН
Virtual Threads in Java 21
17:22
Will Tollefson
Рет қаралды 6 М.
34. Thread Pools in Java | ThreadPoolExecutor Framework | Multithreading Part6
1:16:55
Concept && Coding - by Shrayansh
Рет қаралды 49 М.
Java ThreadLocal
14:36
Jakob Jenkov
Рет қаралды 38 М.
Java 21 new feature: Virtual Threads #RoadTo21
33:35
Java
Рет қаралды 70 М.
16. Functional Interface and Lambda Expression - Java8 features | Java Interfaces Part3
31:32
Concept && Coding - by Shrayansh
Рет қаралды 37 М.
Systems Design in an Hour
1:11:00
Jordan has no life
Рет қаралды 35 М.
9. Java Memory Management and Garbage Collection in Depth
48:48
Concept && Coding - by Shrayansh
Рет қаралды 109 М.