Java

Java is the most popular, widely used object-oriented programming language. Here is the list of articles related to the Java programming language, explaining important concepts in a friendly manner.

What is object-oriented programming

What is object-oriented programming in Java?

As referred to by the name, objects are used as primary sources, or hints, of what is about to happen in the code. Here, we will be studying object-oriented ...

.
2/13/2023
.
1 min read

A simple explanation of Java Methods/functions

Generally speaking, a method is a way to carry out a task. Similar to something like this, a Java method is a sequence of instructions that fulfills a partic...

.
1/10/2023
.
1 min read
A simple explanation of Java Methods/functions

Simple explanation of Java Arrays

You must have always wondered about how a menu is created or how values or elements are added to a list or menu. The Java Arrays come in handy in these types...

.
12/24/2022
.
1 min read
Simple explanation of Java Arrays

Simple Explanation of Java Loops

If we need to execute a program twice we don’t feel anything wrong with writing the same code twice, but what if we have to run the code more than 10 times o...

.
11/10/2022
.
1 min read
Simple Explanation of Java Loops