Beginner Programs
Simple programs for those just starting with Java. Learn basic syntax and concepts.
Hello World Program in Java
Learn how to write your first Java program - Hello World. Understand the basic structure of a Java p...
Add Two Numbers in Java
Simple Java program to add two numbers. Learn how to take user input and perform arithmetic operatio...
Swap Two Numbers in Java
Learn different ways to swap two numbers in Java. Using temporary variable and without using it.
Check Even or Odd Number in Java
Program to check if a number is even or odd using if-else and modulus operator.
Find Largest of Three Numbers in Java
Java program to find the largest among three numbers using if-else-if ladder.
Factorial Program in Java
Calculate factorial of a number in Java. Examples using for loop and recursion.
Fibonacci Series in Java
Learn how to print Fibonacci series in Java with 5 different methods. Includes using loops, recursio...
Simple Calculator in Java using Switch Case
Create a simple calculator to perform addition, subtraction, multiplication, and division.
Check Leap Year in Java
Program to check if a year is a leap year or not.
Check Vowel or Consonant in Java
Program to check whether a character is alphabet, vowel, or consonant.
Explore Other Categories
Try These Programs
Run any program directly in our free online Java compiler.
Open Java Compiler