Yuba Raj Kalathoki
Author

Yuba Raj Kalathoki

Yuba Raj Kalathoki has over 13 years of experience building enterprise applications using Java, Spring Boot, Microservices, AWS, and AI technologies. He writes practical tutorials that help developers build production-ready applications.

450 articles

Latest Articles

Iterable to Stream in Java

Iterable to Stream in Java

In this post, we will learn to convert Iterable to Stream in Java. To convert Iterable to Stream,…

April 5, 20221 min read
Arithmetic Operator in Java

Arithmetic Operator in Java

Arithmetic operator in Java let us perform basic math operations like addition, subtraction, multiplication, and division. The Arithmetic…

April 4, 20223 min read

Operators in Java

Operators in Java

Operators in Java are symbols that perform operations on variables and values. They simplify calculations, comparisons, and logical…

April 3, 20223 min read

Literals in Java

Literals in Java

Literals are constant values that appear directly in the code. They are used to assign values to variables…

April 2, 20225 min read
Features of Java

Features of Java

Java is a programming language that is very popular and widely used for building a variety of applications.…

April 2, 20223 min read

Tokens in Java

Tokens in Java

In this post, we will learn the tokens in Java. Let’s learn how tokens are formed first. Basically,…

April 1, 20222 min read