JAVA
-
How to Implement Thread in Java with Example
How to implement Thread in Java In my opinion, Thread is one of the most important features of the Java…
Read More » -
What happens when you call Thread.run() instead of Thread.start() in Java? Trick Interview Question
Hello guys, writing multi-threaded and concurrent programs is not easy, not even in Java. Even senior developers, including myself, make…
Read More » -
4 Reasons and Benefits of Using Multithreading in Java? Why Threads?
In one word, we use Threads to make Java applications faster by doing multiple things at the same time. In…
Read More » -
What is Timer and TimerTask in Java – Tutorial Example
Timer in Java is a utility class that is used to schedule tasks for both one time and repeated execution.…
Read More » -
Difference between Process and Thread in Java
One of the common questions from programming interviews is, what is the difference between a Thread and a Process? Well,…
Read More » -
How to use Exchanger for Inter thread communication in Java? Example Tutorial
Hello guys, if you are working in a concurrent Java application then you might have heard about the Exchanger class…
Read More » -
Difference between ExecutorService.submit() and Executor.execute() methods in Java?
What is the difference between Executor.submit() and Executor.execute() method in Java? This is one of the good multi-threading questions for…
Read More » -
Can You Learn Coding and Web Development in your 40s and 50s?
Yesterday, I was speaking to one of my friends who were not from a programming background but working as a…
Read More » -
Udemy vs Educative Review? Which is better Website for Beginners?
In today’s article, you will see the differences between those two platforms in many things to decide now which platform…
Read More » -
Educative Review – Is Grokking Modern System Design for Software Engineers and Managers worth it?
Hello guys, System Design Interview is one of the hardest part of any coding or programming job interview and it…
Read More »