Java program to display “Hello World” and display the size of all the data types.
Java program to implement the usage of static, local and global variables.
Java program to implement string operations string length, string concatenation, substring .
Java program to find the maximum of three numbers.
Java program to check whether the number is odd or even.
Java program to implement default and parameterized constructors.
Java program to implement an array of objects.
Java program to implement Single Inheritance.
Java program to implement Multiple Inheritance using Interface.
Java program to demonstrate a division by zero exception.
Java program to demonstrate run-time polymorphism.
Java program to catch negative array size exception. This exception is caused when the array is
initialized to negative values.
Java program to handle null pointer exception and use the “finally” method to display method to the
user.
Java program to check whether a number is palindrome or not.
Java program to find the factorial of the list of numbers reading input as command line argument.
Java program to display all prime numbers between two limits.
Java program to create a thread using Runnable Interface.