There are many operators in java programming language. You will learn what they are and how to use them on this page. Let’s get started. Shorthand Operators In Java Shorthand…
Category: Java Tutorial
Printf in Java (Examples & Explanation)
One of the first commands in java you will learn is the print command. It has a few different variations and one of them is printf. I’ve been asked what…
Variables In Java (Including If & Operators)
Hello friend, in this short guide I explain what variables are in java and I give some examples using fun and easy to understand programs. After that I explain how…
How To Swap The Values Of Two Variables In Java
I wrote an article on tricks to learn Java quickly, one of the tricks is to know and understand how to solve some problems using java. One of the problems…
A Java Maximum And Minimum Program
This is A Java Program That Picks The Maximum And Minimum From A Set Of Numbers While this is a part of the tricks to learn Java programming quickly, I believe…
What Are Some Tricks To Learn Java Quickly?
It is no more a news that Java is among the top 3 most popular programming languages and many fortune 500 companies use it. With that, the demand for Java…