Similar Collections


Java Basic Solved Programs —> Java is a powerful general-purpose programming language. It is fast, portable and available in all platforms.

This page contains the Java Basic solved programs/examples with solutions, here we are providing most important programs on each topic. Every example program includes the description of the program, Java code as well as output of the program.

 
 

Here is the List of Java Basic solved programs/examples with solutions and detailed explanation. All examples are compiled and tested on a Windows system.

questions

Title
Write a Java Program to Print Hello World on Screen
Write a Java program to Swap two numbers using third variable
Write a Java Program to find Addition of two numbers by input value from keyboard
Write a Java Program to Swap two numbers without using third variable
Write a Java Program to Check entered input is Prime Number or Not
Write a Java Program to Check input number is Even or Odd
Write a Java Program to find Factorial using While loop
Write a Java Program to find Reverse Number using While Loop
Write a Java Program to display Fibonacci Series using While Loop
Write a Java Program to find GCD (HCF) of Two Numbers
Java Program to Check whether Given Number is Armstrong or Not
Write a Java Program to find Largest among three Numbers
Write a Java Program to find given number is Palindrome or Not
Write a Java Program to Find Sum of Digits of given Number
Write a Java Program to display n Prime Numbers using Exception Handling
Write a Java Program to print Armstrong numbers between desired Range
Write a Java Program to Print Floyd’s Triangle using For Loop
Write a Java Program to Print Pascal Triangle using Recursion
Write a Java Program to Perform Mathematical Operations
Write a Java Program to Perform Mathematical Operations
total questions: 25

Questions

25

Views

510

Best Answers

299

Points

5