Like Us Like Us Facebook Subscribe Subscribe us YouTube Whatsapp Share us Whatsapp Query Send your queries

Java

Installing Oracle JDK 8 , 9 on any Linux distro

In this tutorial I am going to show you how to install Oracle JDK 8 , 9 or any version in any linux distro like…


Java Simple programme to do Multiplication

Java Simple programme using to do some Multiplication. In this example we are going to use java.util.Scanner to take inputs and then multiply them to…


Java program / script to find palindrome number

A palindromic number or palindrome number is a number that remains the same when its digits are reversed like 121, 222, 454 …. Java program…