Тёмный

Most Asked Multithreading Interview Questions and Answers in Java | Code Decode 

Code Decode
Подписаться 129 тыс.
Просмотров 187 тыс.
50% 1

In this video of code decode, you will learn Multithreading Interview Questions and Answers in Java for experienced and freshers which is important in Java Interview Questions and Answers
Udemy Course of Code Decode on Microservice k8s AWS CICD link:
openinapp.co/udemycourse
Course Description Video :
yt.openinapp.co/dmjvd
---------------------------------------------------------------------------------------------------------------------------------------
Q) What is MultiTasking And Its types. In java interview question and Answers
Performing multiple tasks at one time . There are 2 types of multitasking :
Process based multitasking
Thread based multitasking
Q) What is Multi threading & how is it diff from multi tasking asked In java interview question and Answers
Multithreading is a specialized form of multitasking.
Process-based multitasking is executing several tasks simultaneously where each task is a separate independent process is Process-based multitasking .
For example, process based multitasking enables you to run the Java IDE at the same time that you are using a text editor or visiting a web site using chrome.
Thread-based multitasking is executing several tasks simultaneously where each task is a separate independent part of the same program (called Thread).
For instance,JUnit uses threads to run test cases in parallel. As an application, you can have computer games. You see objects in games like cars, motor bikes etc. They are just threads that run in the game application.
Thus, process-based multitasking deals with the “big picture,” and thread-based multitasking handles the details
Q) Which is better process based multitasking or thread based multitasking and why is one of the most asked java interview question and Answers?
Thread based multitasking is better.
Multitasking threads require less overhead than multitasking processes.
Processes are heavyweight tasks that require their own separate address spaces.
Threads, on the other hand, are lighter weight. They share the same address space and cooperatively share the same heavyweight process.
Interprocess communication is expensive and limited. Context switching from one process to another is also costly. In java interview
Q) Which is better process based multitasking or thread based multitasking and why?
Inter Thread communication is inexpensive, and context switching from one thread to the next is lower in cost.
While Java programs make use of process-based multitasking environments, process-based multitasking is not under Java’s direct control. However, multithreaded multitasking is.
Q) What is a Thread
Threads are light-weight processes within a process.
Java creates threads by using a "Thread Class".
All Java programs have at least one thread, known as the main thread, which is created by the Java Virtual Machine (JVM) at the program’s start, when the main() method is invoked with the main thread.
Q) Types of Thread in java
There are two types of thread - user thread and daemon thread.
Q) How to create a user thread in Java
Thread implementation in java can be achieved in two ways:
Extending the java.lang.Thread class
Implementing the java.lang.Runnable Interface
When the JVM starts, it creates a thread called “Main”. Your program will run on this thread, unless you create additional threads yourself. The first thing the “Main” thread does is to look for your static void main (String args[]) method and invoke it. That is the entry-point to your program. If you create additional threads in the main method those threads would be the child threads of main thread.
----------------------------------------------------------------------------------------------------------------------------------------
Most Asked Core Java Interview Questions and Answers : • Core Java frequently a...
Advance Java Interview Questions and Answers : • Advance Java Interview...
Java 8 Interview Questions and Answers : • Java 8 Interview Quest...
Hibernate Interview Questions and Answers : • Hibernate Interview Qu...
Spring Boot Interview Questions and Answers : • Advance Java Interview...
Angular Playlist : • Angular Course Introdu...
GIT : • GIT
-------------------------------------------------------------------------------------------------------------------------------------
Subscriber and Follow Code Decode
Subscriber Code Decode : ru-vid.com?...
Linkedin : / codedecodeyoutube
Instagram : / codedecode25
#javainterviewquestions #multithreadinginterviewquestions #codedecode

Опубликовано:

 

3 май 2021

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 222   
@karishmarawat1359
@karishmarawat1359 3 года назад
Watched several videos and it was great learning. The way you explain difficult topics in a simple way is commendable. You are amazing and really talented mentor. Keep up the good work and I am sure within no time your channel will grow so fast 😊😊
@CodeDecode
@CodeDecode 3 года назад
Thank u so much Karishma. This means a lot 🙏👍.
@earthcitizen7156
@earthcitizen7156 3 года назад
Hi Madam, Ur videos are very clearn and gr8. Gr8 job yr doing. keep doing madam ji. I would like to see more videos.. 1. Muti Threading -- more detailed one. 2. MicroSevices 3. Spring Data JPA & Spring Data Rest 4. Deep Cloning & Shallow Cloning.
@CodeDecode
@CodeDecode 3 года назад
Sure SreeRaam. These are really nice topics. We will create videos on them too 👍👍
@AA-dl8jw
@AA-dl8jw 3 года назад
Thank you so much for being the part of our professional journey. Your videos are helping so much for clearing interviews. Please do more videos on core java. This channel is going to become reference for java interviews(Please make note of it).
@CodeDecode
@CodeDecode 3 года назад
Thanks for being a part of team code decode Mallikarjuna . sure we will upload more videos on core Java
@sproutboot
@sproutboot Год назад
Hi code decode, today I passed 2nd round interview. Thank you. I hope you make tech video until I retire. And I am a recent graduate with 1 year of experience.
@CodeDecode
@CodeDecode Год назад
Many congratulations 🎉🎉🎉👏👏👏👏👏. Well deserved man 👍👍👍👍
@sahilbhasin2112
@sahilbhasin2112 3 года назад
Yes go for more thread topics, wait notify executor api , future, CF etc
@CodeDecode
@CodeDecode 3 года назад
Sure Sahil.
@callmeghostgamer
@callmeghostgamer 2 года назад
Is there any video on executor and future?
@nibeditasahu6047
@nibeditasahu6047 2 года назад
Your explanations are simple , crisp and easy to understand the core concepts. Thank you so much for the good work.
@CodeDecode
@CodeDecode 2 года назад
Thanks Nibedita 🙂👍
@ahmettachmuradov8630
@ahmettachmuradov8630 3 года назад
Hello, your videos are very helpful because they are informative . Please make the second part as well so this topic will be covered fully. Thanks.
@CodeDecode
@CodeDecode 3 года назад
Sure Ahmet 👍. Thanks for helping us in deciding the priorities.
@nitigyasahu8402
@nitigyasahu8402 3 года назад
Very good content. Please make a second part with Multithreading with the collection. Also, make videos on Data structure and algorithm interviews question. Also on spring boot annotations
@CodeDecode
@CodeDecode 3 года назад
Sure Nitigya, we will create a video covering this 👍👍
@yourstrulyAdrija
@yourstrulyAdrija Год назад
Very accurate elaborate explanation.. helps to clear basics again when we tend to forget day to day work. Thanks for taking this effort and making the video
@CodeDecode
@CodeDecode Год назад
Thanks Adrija 👍👍🙂🙂
@SahiMehta
@SahiMehta 2 года назад
One of the best tutor on youtube , explain topics with real life problems . Big Fan 😁😁😁😁
@CodeDecode
@CodeDecode 2 года назад
Thanks Sahil 🙂🙂👏👏
@poojakumarisingh5506
@poojakumarisingh5506 Год назад
The time you explained a thread with example... I couldn't resist myself to write a comment..... Thanks for sharing the knowledge.... 🥰please keep making videos like this
@CodeDecode
@CodeDecode Год назад
Means a lot to us Pooja. These comments keeps us motivated to put more such videos 🙏🙂. Thanks ❤❤
@iloradas6387
@iloradas6387 3 года назад
Great explaination, please make a part 2 which covers some advanced topics such as ExecutorService
@CodeDecode
@CodeDecode 3 года назад
Sure, we will cover that too soon 👍👍
@dope_sheesh
@dope_sheesh 2 года назад
Love the way you explain so easily!! Thank you so much!
@CodeDecode
@CodeDecode 2 года назад
Thanks Shreya 🙂👍
@shanawajmansuri8640
@shanawajmansuri8640 2 года назад
Thank you so much, your tutorials has helped me a lot and all of my concepts get cleared with which I was having difficulty :)
@CodeDecode
@CodeDecode 2 года назад
We are so glad to hear that Shanawaj 🙂🙂👍👍thanks a lot
@sira2757
@sira2757 11 месяцев назад
Great video! One small thing is that you were mentioning as context switching. It’s not so, actually both main and thread runs in parallel. That’s both sysout getting printed in random order
@CodeDecode
@CodeDecode 11 месяцев назад
What if there is only 1 core ? Parallel processing is not possible then right?
@basavarajnv1017
@basavarajnv1017 3 года назад
Your doing a great job madam 🙏🙏🙏 your videos are really helping a lot to me..Thank you Madam
@CodeDecode
@CodeDecode 3 года назад
Thanks for writting back to us Basavaraj. M glad it helps 👍👍
@VikiSangani
@VikiSangani 2 года назад
Hi, your videos are good source of learning. Keep up good work. My request to you please make videos on Threading from concurrent package i.e. ExecutorService, ReentranctLock, Semaphore etc.
@CodeDecode
@CodeDecode 2 года назад
Sure Viki. We will do that soon 🙂👍. Nice topics
@sachintha49
@sachintha49 3 года назад
This is so helpful. Thank you!
@CodeDecode
@CodeDecode 3 года назад
We are glad it is Sachintha. 👍👍😊😊
@travel2explore627
@travel2explore627 2 года назад
The content and way of explaining is really great !!
@CodeDecode
@CodeDecode 2 года назад
Thanks
@rajatmahajan5112
@rajatmahajan5112 3 года назад
Hi Mam, First of all thank you for this crystal clear explanation. Could you please make videos on sorting like (Merge, Heap, Quick, Bubble), I mean how exactly these sorting algorithm internally works, what are their complexities & performance & in which scenario we should use which one? As this is the most asked interview questions. Also in Collections.sort & Arrays.sort which sorting algorithm uses & why?
@CodeDecode
@CodeDecode 3 года назад
Sure Rajat. We will do that sure 👍👍
@rajatmahajan5112
@rajatmahajan5112 3 года назад
@@CodeDecode Thanks for the response mam. Could you please make video on SOLID Principles & where & how can we use this principles in our project. As it is also asked many times in interview?
@CodeDecode
@CodeDecode 3 года назад
Sure Rajat. We will create a video on solid principles too 👍. It's a nice topic 👍👍
@karthickselvam3938
@karthickselvam3938 3 года назад
Very much Useful Video...am waiting for this video.... thank you very much.... explanation is very much clear... thanks for sharing this...😊
@CodeDecode
@CodeDecode 3 года назад
Thanks Karthick 👍👍
@kaushikigoel759
@kaushikigoel759 2 года назад
Lucky to come across your channel during my interview preparation❤️❤️..
@CodeDecode
@CodeDecode 2 года назад
Thanks Kaushiki 🙂🙂👍👍
@madhanmmm6383
@madhanmmm6383 2 года назад
I agree with @Karishma Rawat. Please make a content on Context Switching. Thank you for the well detailed series of videos on java and rest of the technologies. 🙏
@CodeDecode
@CodeDecode 2 года назад
Sure Madhan. We will put video on that soon 🙂🙂👍👍
@phanikiranbodavula5523
@phanikiranbodavula5523 2 года назад
yes @Karishma , Can you please do it
@souvikpodder9515
@souvikpodder9515 3 года назад
Hey please create a 2nd part of this video with the details on thread scheduling and other concept like joining 2 threads etc etc. This really helps in quickly brushing up the concepts.
@CodeDecode
@CodeDecode 3 года назад
Sure Souvik, we will upload next part very soon 👍👍
@ssshanmugam4514
@ssshanmugam4514 3 года назад
Your videos are useful for me....thanks a lot. expecting more videos
@CodeDecode
@CodeDecode 3 года назад
Sure. We will upload more videos 👍👍🙏🙏
@shraddha6654
@shraddha6654 3 года назад
Very well explained. Please do make second part of multithreading
@CodeDecode
@CodeDecode 3 года назад
Thanks . Sure we will make it soon....
@nisithpanda7506
@nisithpanda7506 Год назад
Great content and very helpful. Could you please provide a session on Executor Pattern? That would really help 🙏🙏
@CodeDecode
@CodeDecode Год назад
Sure nisith we would make it soon
@amanabhishek8998
@amanabhishek8998 8 месяцев назад
please make video on join ,wait,sleep as well .there are so much scenarios based question are asked by interviewer. And also on Locking and Executor framework
@savitarohra3905
@savitarohra3905 2 года назад
Such an awesome explanation! Thank you
@CodeDecode
@CodeDecode 2 года назад
Thanks Savita 👍
@aparnawarade1159
@aparnawarade1159 Год назад
Thank you so much for the video . Can you please explain Executer framework and why and when it should be used ?
@priyankachougule4334
@priyankachougule4334 3 года назад
Please upload the next video of multithreading. I need it. Appreciate your hard work.
@CodeDecode
@CodeDecode 3 года назад
It is live now please check ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-tLF1wYZs4Bk.html
@rajashekarreddy3505
@rajashekarreddy3505 Год назад
fast of all, you have a nice voice and your explanation was awesome,thank you keep doing more like this.👍❤
@CodeDecode
@CodeDecode Год назад
Thanks Rajashekar
@shamsheeruhani4192
@shamsheeruhani4192 3 года назад
Thank you for the great content... Can we create a thread by using callable Interface ...?
@CodeDecode
@CodeDecode 3 года назад
no it cannot be done. only runnable interface can create thread
@basavarajnv1017
@basavarajnv1017 3 года назад
Thank u very much for the video madam..your videos really helping me to attend the interviews..could u plz make a video on springboot annotations and also on exception handling only 1 video is there..plz make a another video on expection handling.
@CodeDecode
@CodeDecode 3 года назад
Sure Basavaraj 👍👍we will upload them soon 👍👍👍
@basavarajnv1017
@basavarajnv1017 3 года назад
@@CodeDecode Thank you 😊
@CodeDecode
@CodeDecode 3 года назад
👍👍all the best for your interviews 🙂🙂
@whatsappvideos4521
@whatsappvideos4521 3 года назад
Hey Code Decode Team, Appreciate your efforts!! Please make a list of all the annotations used in spring framework from spring core to all other useful modules and make a video on it with example. Interviewers asks most of the annotations in interview so it will help to many people to go through all annotations at one place... Thanks for sharing knowledge...
@CodeDecode
@CodeDecode 3 года назад
Sure. we will make that video too
@saurabhbhende4231
@saurabhbhende4231 Год назад
Thanks a lot, it was so easy but it took me so much time to understand, thanks a lot again
@CodeDecode
@CodeDecode Год назад
🙂🙂👍👍 glad it helps
@Alone-mr6is
@Alone-mr6is Год назад
really a big gift for beginners, tq maam
@robinjaison8947
@robinjaison8947 2 года назад
Perfect!! Keep the good work💯💯
@CodeDecode
@CodeDecode 2 года назад
Thanks 🙂👍
@tejsinghchaudhary639
@tejsinghchaudhary639 Год назад
your work is amazing. could u please make some more videos on multithreading?
@CodeDecode
@CodeDecode Год назад
Thanks Tej . Sure 👍👍
@shivamjaiswal829
@shivamjaiswal829 2 года назад
Mam please make video on comparable future and other advance topics🙏🏻 you are amazing. Thank you so much❤️
@CodeDecode
@CodeDecode 2 года назад
sure we will create video on it
@dhananjoyjena6231
@dhananjoyjena6231 3 года назад
Great explaination, Could you please do one video of HashSet in Java and internal DS implement HashSet in Java
@CodeDecode
@CodeDecode 3 года назад
Sure, in next video, we will cover that👍👍
@balasubramanian4620
@balasubramanian4620 2 года назад
Please add more videos for multithreading .Can you cover all the topics in multithreading
@vaibhavgarg4267
@vaibhavgarg4267 2 года назад
Excellent Explanation. Appreciate your efforts. Are you working with some organisation?
@CodeDecode
@CodeDecode 2 года назад
Thanks Vaibhav, yes we all are working IT professionals.
@shwetamote3966
@shwetamote3966 3 года назад
Hi Madam Please create a second video which is include all remainng parts of thread .your videos are very helpful Thank you
@CodeDecode
@CodeDecode 3 года назад
Sure Shweta, we will do that very soon 👍
@gyanaranjanbarik411
@gyanaranjanbarik411 3 года назад
so nice of you for helping.
@CodeDecode
@CodeDecode 3 года назад
M glad it helps Gyanaranjan 👍👍
@sankarasubramanian568
@sankarasubramanian568 Год назад
Great explanation, Thank you :)
@CodeDecode
@CodeDecode Год назад
🙂🙂👍👍
@naveen00755
@naveen00755 2 года назад
Thanks for ur efforts on this ..can you please make vide on memory management
@CodeDecode
@CodeDecode 2 года назад
Sure Naveen we will create it soon
@madhu56236
@madhu56236 3 года назад
Please continue with second video also thanks for the great content 😃
@CodeDecode
@CodeDecode 3 года назад
Thanks Madhuri. It will help us in understanding what next video should be on
@lakshaygupta6180
@lakshaygupta6180 3 года назад
Waiting for the 2nd Video
@CodeDecode
@CodeDecode 3 года назад
It's almost ready. We will upload soon 👍👍
@madhu56236
@madhu56236 3 года назад
@@CodeDecode Thank you
@athithirajesh4u
@athithirajesh4u 3 года назад
Waiting for multithreading part 2
@mnaresh12
@mnaresh12 2 года назад
tq madam...keep going...its very helpful
@CodeDecode
@CodeDecode 2 года назад
You are welcome Naresh .....
@ManvendraSingh-xh2ry
@ManvendraSingh-xh2ry 9 месяцев назад
love love love !!! thankyou !!!
@CodeDecode
@CodeDecode 9 месяцев назад
❤️❤️
@UnKnown-id7ih
@UnKnown-id7ih 3 года назад
Thank you very much di❤🚩.
@aniketchavan8443
@aniketchavan8443 3 года назад
Well explained!
@CodeDecode
@CodeDecode 3 года назад
Thanks....
@simplegirl2218
@simplegirl2218 2 года назад
nice, please do detailed videos on multi threading with examples mam
@CodeDecode
@CodeDecode 2 года назад
Sure we will upload them soon 👍🙂
@pratik_code
@pratik_code 8 месяцев назад
Mam after watching you video my all concept all clear 😊😊
@CodeDecode
@CodeDecode 8 месяцев назад
All the best pratik
@pinkypatel1401
@pinkypatel1401 3 года назад
Please continue with second video. Nice explanation
@CodeDecode
@CodeDecode 3 года назад
Sure. Thanks Pinky for helping us in deciding the priority
@realnileshpawar
@realnileshpawar 2 года назад
Please make full video multithreading and cover all methods of Thread class.
@CodeDecode
@CodeDecode 2 года назад
Sure Nilesh 🙂👍
@sureshgarine
@sureshgarine 2 года назад
thank you, madam, nice explanation 😊😊😊
@CodeDecode
@CodeDecode 2 года назад
You're welcome suresh.....
@scienceisareligion2231
@scienceisareligion2231 3 года назад
Thanks for the info
@CodeDecode
@CodeDecode 3 года назад
You're welcome....
@Rimanshu001
@Rimanshu001 2 года назад
Going Good, keep uploading such interview questions
@CodeDecode
@CodeDecode 2 года назад
Sure we will upload more
@mazeedmahammad9508
@mazeedmahammad9508 2 года назад
Your explanation is awesome.. it's really refreshment course with solid details... Appreciate it
@CodeDecode
@CodeDecode 2 года назад
Thanks for the nice words
@amanvikram04
@amanvikram04 2 месяца назад
we can call the run method on class which is implemented by runnable right
@CodeDecode
@CodeDecode 2 месяца назад
Yep
@venkatasaisowjanya3463
@venkatasaisowjanya3463 2 года назад
please post a new video with the more details like thread scheduler and deamon threads
@CodeDecode
@CodeDecode 2 года назад
Sure 👍👍🙂🙂
@Ravikumar-gj6qw
@Ravikumar-gj6qw Год назад
Hi code decode do more videos on multithreading keep it up
@CodeDecode
@CodeDecode Год назад
Sure thanks 🙂
@namratasvlog3650
@namratasvlog3650 7 месяцев назад
complex things you are making easy
@CodeDecode
@CodeDecode 7 месяцев назад
Thanks
@virupakshPandey
@virupakshPandey 3 года назад
amazing mam Keep it upp
@CodeDecode
@CodeDecode 3 года назад
Thanks 🙏
@shubhamtagalpallewar7125
@shubhamtagalpallewar7125 3 года назад
Ma'am, microservices interview questions please....
@CodeDecode
@CodeDecode 3 года назад
Yes we are planning and we will create the videos soon...
@Mandeepsingh-ch6hd
@Mandeepsingh-ch6hd 3 года назад
Can u make vedios on Maven install , maven update related features of maven project
@CodeDecode
@CodeDecode 3 года назад
Yes we are planning on that .... we will make it soon.....
@shriharihkulkarni3604
@shriharihkulkarni3604 3 года назад
yes please make a continuation video
@CodeDecode
@CodeDecode 3 года назад
Sure 👍👍
@AllUno_italy
@AllUno_italy Год назад
Can you write program to design a game like soccer .. which was asked in interviews using threads
@reactjsdeveloper8758
@reactjsdeveloper8758 3 года назад
Finally👍
@CodeDecode
@CodeDecode 3 года назад
You commented so many times that we had to 😅😅. Just kidding. Thanks for the nice suggestion, we enjoyed creating it.
@reactjsdeveloper8758
@reactjsdeveloper8758 3 года назад
@@CodeDecode 😆 now we will wait for the inner class topic
@CodeDecode
@CodeDecode 3 года назад
Sure 😅
@ramuselva1208
@ramuselva1208 3 года назад
Can you explain the internal working of hashmaps
@CodeDecode
@CodeDecode 3 года назад
Sure 👍👍
@RajKumar-ij5rr
@RajKumar-ij5rr 3 года назад
Hi Mam..Can I post some testing tough questions will you answer in your next video?
@CodeDecode
@CodeDecode 3 года назад
Sure Raj. You can. We will answer them in upcoming videos
@RajKumar-ij5rr
@RajKumar-ij5rr 3 года назад
@@CodeDecode What are the few interesting defects/bug you have found and got compliment from your manager? What are the challenges that we might face while performing Parallel,Cross browser testing? Find some general issues/challenges when you move software from UAT environment to Production? Once you make a video on these questions I will post remaining questions...
@vickyanand5898
@vickyanand5898 2 года назад
Can you just explain what happens to a service when multiple say 1000 requests are sent at the same time. how multithreading can be related here ?
@piyushrayrikar
@piyushrayrikar 3 года назад
Good content
@CodeDecode
@CodeDecode 3 года назад
Thanks Piyush 👍👍
@iDeveloper92
@iDeveloper92 11 месяцев назад
Excellent content!
@CodeDecode
@CodeDecode 11 месяцев назад
Thanks
@jain_sahil
@jain_sahil 5 месяцев назад
Time to add completable future in the list?.🤔
@kazaasekhar
@kazaasekhar 2 года назад
really good one like it
@CodeDecode
@CodeDecode 2 года назад
Thanks shekhar....
@simran1041
@simran1041 3 года назад
Video is super useful.Please dont move ur curson.
@CodeDecode
@CodeDecode 3 года назад
Thanks Simran. 😊👍. We are really sorry that this disturbs you but we needed to keep us concentrated on the slides as it's very difficult to shoot 30 mins long video talking alone without getting distracted 😅😅😁😁. We will try to reduce it. Thanks for the suggestion 👍👍
@adityaprakash2781
@adityaprakash2781 3 года назад
Can we extend run and implement runnable simultaneously, so we can use all methods
@CodeDecode
@CodeDecode 3 года назад
Extend run? You mean thread class??
@adityaprakash2781
@adityaprakash2781 3 года назад
@@CodeDecode yes like can we extend thread and implemet runnable simultaneously for a new clasa
@CodeDecode
@CodeDecode 3 года назад
Thread class already internally implements runnable. Why do you need to do it explicitly
@adityaprakash2781
@adityaprakash2781 3 года назад
@@CodeDecode no just was eager
@adityaprakash2781
@adityaprakash2781 3 года назад
Thanks for the reply tough
@amanvikram04
@amanvikram04 2 месяца назад
great video
@CodeDecode
@CodeDecode 2 месяца назад
Thanks Aman 👍
@jiteshbhardwaj5730
@jiteshbhardwaj5730 11 месяцев назад
Please make a video about Thread Scheduler !!!
@CodeDecode
@CodeDecode 11 месяцев назад
Thanks Jitesh 🙂🙂
@arinbose6366
@arinbose6366 2 года назад
Yes threading is much important.
@CodeDecode
@CodeDecode 2 года назад
🙂👍
@krishnareddy163
@krishnareddy163 3 года назад
Could you help me with the transient and volatile
@gokulaher2476
@gokulaher2476 3 года назад
At time line 7:55 Q which is better (multi tasking) proceess base or thread base? Every running program is process And one process have multiplex threads to make the process run In short thread is a light weight process right? I mean a single thread is a lightweight process And a bunch of such thread running together makes a complete process
@CodeDecode
@CodeDecode 3 года назад
Multi threading is better. You can't keep on creating multiple processes for small tasks.
@gokulaher2476
@gokulaher2476 3 года назад
@@CodeDecode Requesting you to pl. Create top 5 or 10 interview FAQs For executor framework and concurrency collection api.
@satyanarayanareddyb3052
@satyanarayanareddyb3052 Год назад
Can you do a video for changing the default server from tomcat to any other server in springboot application.
@CodeDecode
@CodeDecode Год назад
We already have it
@satyanarayanareddyb3052
@satyanarayanareddyb3052 Год назад
@@CodeDecode Can you please link that video here?
@CodeDecode
@CodeDecode Год назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-1vg1Qg6cugc.html
@CodeDecode
@CodeDecode Год назад
Mostly some where here; ru-vid.com/group/PLyHJZXNdCXsdXxY8wupiLenux2Yafn1lN
@satyanarayanareddyb3052
@satyanarayanareddyb3052 Год назад
@@CodeDecode Thank you so much
@sunshinemeadows9462
@sunshinemeadows9462 Год назад
Girl you rock thanks !
@CodeDecode
@CodeDecode Год назад
Thanks 🙂🙂👍👍❤
@vaishnavi_cholli
@vaishnavi_cholli 2 года назад
Excellent explanation
@CodeDecode
@CodeDecode 2 года назад
Thanks Vaishnavi
@jaikishanpatel7597
@jaikishanpatel7597 3 года назад
Great content, clear explanations. Are you a Gujarati? :)
@CodeDecode
@CodeDecode 3 года назад
Thanks Jai🙃. Yes I am 🙂🙂.But I am an Indian too 😝
@jaikishanpatel7597
@jaikishanpatel7597 3 года назад
@@CodeDecode Right, I should've asked if you are an Indian with Gujarati as your mother tongue. 🙂👍
@CodeDecode
@CodeDecode 3 года назад
@@jaikishanpatel7597 😝😝😂😂
@virupakshPandey
@virupakshPandey 3 года назад
Please make videos for Amazon Coding question in java
@CodeDecode
@CodeDecode 3 года назад
Sure 👍👍
@sachinjadhav8759
@sachinjadhav8759 2 года назад
nice explanation
@CodeDecode
@CodeDecode 2 года назад
Thanks sachin
@kumarjadhav6106
@kumarjadhav6106 2 года назад
Please make video on unit testing..
@CodeDecode
@CodeDecode 2 года назад
Yes it's in pipeline for us Kumar 🙂👍
@Ravikumar-gj6qw
@Ravikumar-gj6qw Год назад
Continue make videos on this session plz
@CodeDecode
@CodeDecode Год назад
sure
@bandollahareesh5854
@bandollahareesh5854 9 месяцев назад
u r telling excellent content . but my small suggest is u r telling too fast keep some slow.
@CodeDecode
@CodeDecode 8 месяцев назад
Very true. Sure in upcoming videos we will take things slow
@thinklog3888
@thinklog3888 3 года назад
Please do the video on completablefuture
@CodeDecode
@CodeDecode 3 года назад
Nice topic 👍 will do that for sure 👍👍
@thinklog3888
@thinklog3888 3 года назад
@@CodeDecode Thanks and in the last of the tut please just describe solid principles of java .I mean just for 2-3 mntes if possible..👍
@swarajprakash6021
@swarajprakash6021 2 года назад
Please make os vedio for us..🖥️💛
@CodeDecode
@CodeDecode 2 года назад
👍👍
@cinemahal7
@cinemahal7 Год назад
Wat is ur linkedin profile mam ?
@satyanarayanareddyb3052
@satyanarayanareddyb3052 Год назад
need more info ThreadScheduler please
@CodeDecode
@CodeDecode Год назад
Sure 👍👍
@manojkumarpadhi2445
@manojkumarpadhi2445 Год назад
Hi, I found there is a typo in the project name. Decode spelling is a mistake. It should be CodeDecodeThreadDemo instead of CodeDecoedThreadDemo. I know there is not an issue from a code point of view but it is impacting clean code architecture.
@nonu43db
@nonu43db 2 года назад
where is the second part of the video?
Далее
My little bro is funny😁  @artur-boy
00:18
Просмотров 10 млн
Java ExecutorService - Part 1 - Introduction
10:12
Просмотров 406 тыс.
Coding Was Hard Until I Learned THESE 5 Things!
7:40
Multithreading in Java Explained in 10 Minutes
10:01
Просмотров 885 тыс.