Xiith.com
Home
C
C++
C#
Java
Python
Kotlin
About us
Java Program to add two numbers
Java Program to add two numbers using BufferedReader
Java Program to find the average of 5 subjects
Java Program to find the square root of a number
Java Program to check a number is even or odd
Java Program to find the largest of three numbers using nested if
Java Program to print table of any number
Java Program to print table of any number using while loop
Java Program to print table of any number using a do while loop
Java Program to find quotient and remainder
Java Program to find quotient without using the division operator
Java Program to find remainder without using the modulus operator
Java Program to swap two numbers without using third variable
Java Program to swap two numbers in a single line
Java Program to print sum of first 10 natural numbers
Java Program to find factorial of a number
Java Program to check a number is a perfect number or not
Java Program to check a number is a strong number or not
Java Program to reverse a number
Java Program to check a number is palindrome or not
Java Program to check a number is Armstrong or not
Java Program to check a number is prime or not
Java Program to print all prime numbers between 1 to n
Java Program to find the sum of all prime numbers between 1 to n
Java Program to check the square root of a number is prime or not
Java Program to print first n odd numbers in descending order
Java Program to find the sum of digits of a number
Java Program to find the sum of even digits of a number
Java Program to find the sum of odd digits of a number
Java Program to find the sum of even and odd digits of a number
Java Program to find the sum of first and last digit of a number
Java Program to print last two digits of a given integer
Java Program to find the largest digit of a number
Java Program to find the smallest digit of a number
Java Program to find the second largest digit of a number
Java Program to convert a number into characters
Java Program to generate random numbers between 1 to 10
Java Program to find the sum of array elements
Java Program to find even and odd elements in the array
Java Program to find the sum of even and odd elements in the array
Java Program to reverse an array elements
Java Program to find the largest number in an array
Java Program to find the second largest number in an array
Java Program to find the largest and smallest element in the array
Java Program to search an element in the array
Java Program to check a number is unique or not
Java Program to find duplicate elements in the array
Java Program to copy all elements of an array to another array
Java Program to swap adjacent elements of an array
Java Program to find the frequency of a number in an array
Java Program to sort an array in ascending order
Java Program to sort an array in descending order
Java Program to find union and intersection of two arrays
Java Program to find prime numbers in an array
Java Program to find the sum of prime numbers in an array
Java Program to insert an element in an array
Java Program to delete an element in an array
Java Program to find saddle point in a matrix
Java String equals method
Java String equalsIgnoreCase method
Java String concat method
Java String compareTo method
Java String compareToIgnoreCase method
Java String substring method
Java String substring method with Index
Java String toUpperCase method
Java Program to character input using the Scanner class
Java Program to find the ASCII value of a character
Java Program to find the length of string using length method
Java Program to find the length of a string without using length method
Java Program to count the number of vowels and consonants in a string
Java Program to reverse a string without using StringBuffer
Java Program to check string is palindrome or not
Java Program to find the frequency of character in a string
Java Program to find unique characters in a string
Java Program to find special characters in a string
Java Program to sort string in alphabetical order
Java Program to convert string to char array
Java Program to convert byte array to string
Java Program to convert byte array to image
A simple java program using class and object
Java Program to find square and cube of a number using class and object
Java Program to add two numbers using class and object
Java Program to check a number is even or odd using class and object
Java Program to swap two integer numbers using class
Java Program to find the sum of first 10 natural numbers using class
Java Program to find factorial of a number using class and object
Java Program to reverse a number using class and object
Java Program to check a number is a palindrome or not using class and object
Java Program to check a number is prime or not using class and object
Java Program to print 5 employee details using class
Java Program to find factorial of a number using recursion
Java Program to print fibonacci series up to n numbers using recursion
Java Program to reverse a number using recursion
Java Program to check a number is a palindrome not using recursion
Java Program to check a number is Armstrong or not using recursion
Java Program to check a number is prime or not using recursion
Java Program to find the sum of digits of a number using recursion
Java Program to find the largest digit of a number using recursion
Java Program to find the smallest digit of a number using recursion
Java Program to reverse a string using recursion
Java Program using a static variable
Java Program using the static method
Java Program using static variables methods and blocks
Java Program to add two numbers using a static method
Java Program using the default constructor
Java Program using parameterized constructor
Java Program using the default and parameterized constructor
Java Program using constructor overloading
Java Program to add two numbers using constructor overloading
Java Program to check a number is even or odd using the constructor
Java Program to find the area of a rectangle using parameterized constructor
Java Program to check number is prime or not using constructor
Java Program using single inheritance
Java Program to single inheritance using the Scanner class
Java Program to add three numbers using single inheritance
Java Program to print student details using single inheritance
Java Program using multilevel inheritance
Java Program to multilevel inheritance with 4 levels of hierarchy
Java Program using hierarchical inheritance
Java Program to add two numbers using hierarchical inheritance
Java Program for inheritance using constructor
Java Program using aggregation
Java Program to add two numbers using aggregation
Java Program using method overriding
Java Program using protected keyword
Java Program using public private and protected
Java Program using abstract class and method
Java Program to add two numbers using abstract class and method
Java Program using an abstract class with a constructor
Java Program using the parameterized constructor with an abstract class
Java Program using abstract class and interface
Java Program for multilevel inheritance using the interface
Java Program using multiple interface
Java program for multiple inheritance using three interfaces
Java Program to calculate employee salary using multiple interface
Java Program using hybrid inheritance
Java Program to add two numbers using interface
Java Program using inheritance and interface
Java Program using this keyword as a return statement
Java Program using super and this keyword
Java Program using superclass constructor with parameters
Java Program using final variable
Java Program using a final class
Java Program multilevel inheritance using super keyword
Java Program for hierarchical inheritance using super keyword
Java Program using the first statement in the constructor with the super keyword
Java Program using a super keyword with arguments
Java Program to write a string into a file
Java Program to write a file in append mode
Java Program using JButton with ActionListener
Java Program to create multiple JButton with ActionListener
Java Program using JTextField with ActionListener
Java Program using JPasswordField with ActionListener
Java Program using JTextArea with ActionListener
Java Program using JRadioButton with ActionListener
Java Program using JComboBox with ActionListener
Java Program using JCheckBox with ActionListener
Java Program using JList with ActionListener
Java Program using JList multiple selections with ActionListener
Java swing program to add two numbers
Java swing program for the simple calculator
Java Program to add items in JComboBox by user input
Java Program to remove items in JComboBox by user input
Java Program to open a new JFrame on a button click
Java Program to create a JList from ArrayList
Java awt program to add two numbers
Java awt program to calculate the area of a circle
Java awt program to find the cube of a number
Java awt program to create a calculator
Java awt program to find factorial of a number
Java awt program for login window