Java

Java is a simple, secured, high level, platform-independent, multithread, Object-oriented programming language.

 

It’s one of the most popular and widely used programming language, platform, and technology. Java is not only a language it is also a platform and technology.

 

Related Pages:-

Dice Roll Program Java

Dice Roll Program Java | In this post, we will write a Java program to roll a dice or multiple dice at a time. Dice is a cube having 6 faces each faces is denoted by numbers from 1 to 6, when you roll a dice you get any of these numbers.  We are about […]

Dice Roll Program Java Read More »

Miles to Kilometers Java Program

Miles to Kilometers Java Program | In this post we will discuss how to develop the miles to kilometers Java program. To convert miles to kilometers, as we know that 1 Mile = 1.60934 Kilometers. Therefore the formula to convert miles to kilometers is (miles * 1.60934). By using this formula we can convert the

Miles to Kilometers Java Program Read More »

Unit Conversion Java Program

Unit Conversion Java Program | In this post, we will convert the units & discuss how to write the unit conversion Java program. The unit is a measurement that has a definite volume of a physical quantity which is adopted and defined by a convention of law. These units are called SI units which is

Unit Conversion Java Program Read More »

Replace Special Characters In Java

Replace Special Characters In Java | The characters which are not numeric and alphabetic are termed as special characters except the whitespace characters. Example:- “!@#$%^&*()” these characters are called special characters. In this post, we will see Java replaceall special characters. Also see:- Java Program to Find Weight of String These special characters are sometimes

Replace Special Characters In Java Read More »

Monty Hall Java Program

Monty Hall Java Program | Manty Hall Problem is a game show where the audience is given the choice of three doors. Behind the two doors, goats are there, and behind another door, a car is there. Before starting the show, these goats and the car are placed randomly behind the doors. The door which

Monty Hall Java Program Read More »

Hidden Word Java Program

Hidden Word Java Program | The Hidden Word is a guessing game where the player guesses a hidden word. The given hidden word contains only capital letters and the length of the hidden word will be known to the player. A guess word also contains capital letters and the same length as a hidden word.

Hidden Word Java Program Read More »

Java Random Walk Program

Java Random Walk Program | The random walk program performs a random one-dimensional (1D) walk. It reports each position reached and the maximum position reached during the walk. The walk usually starts from 0, from each there should be a decrease or increase by a single position that is with equal probability. The walk stops

Java Random Walk Program Read More »