Browsing:

Category: Java

do-while loop in Java

In the previous post https://dataguru.guide/index.php/2020/05/07/while-loop-in-java/ we talked about while loop in Java, today we are gonna focus on do-while loop which is slightly different from while loop. The main difference is that the condition of loop execution is checked after Read more…


while loop in Java

In this post I will go through the basic syntax of while loop in Java. More info will follow in the video available on my YouTube channel. So while loop does the same thing basically as for loop, but while Read more…


Java JUnit entry level Udemy course for free for limited time only!

My first #Udemy course related to #Java #junit is now live! This entry level unit testing course is available now absolutely for free, if you follow the link below and use coupon https://www.udemy.com/course/introduction-to-java-unit-testing-with-junit5-framework/?couponCode=DATAGURUFREEI just ask you to HONESTLY rate this Read more…


switch statement in Java

If you would like to get rid of multiple nested else-if checks, then switch is the right way to go. In this post we will go through basic syntax and explain some moments you should keep an eye on while Read more…


How to choose a programming language to learn: step by step guide

Quite usually I see and read articles where someone is telling which programming language a beginner should start with or just a person who wants to get himself familiar with another programming language. To support his opinion, an author usually Read more…


Java tutorials from now onwards on our YouTube channel!

Dear all,I am happy to announce that starting from today I will start posting video tutorials related to Java. Starting from basics – no Java or any other programming language knowledge is required. The reason why I decided to include Read more…