
Java 8 – How to convert Celsius to Fahrenheit and vice-versa ?
In this article, we will learn how to convert Celsius to Fahrenheit and vice-versa 1. Convert Celsius to Fahrenheit : Single conversion using straight calculation Read More
In this article, we will learn how to convert Celsius to Fahrenheit and vice-versa 1. Convert Celsius to Fahrenheit : Single conversion using straight calculation Read More
In this article, we will learn how to convert Roman letters (I, II, III, IV, V, VI, etc.,) into Integer (1, 2, 3, 4, 5, Read More
In this article, we will learn how to generate Fibonacci numbers using Stream and other loop structure Generate Fibonacci Series/Numbers : Using Java 8 Stream Read More
In this article, we will learn how to find and remove first & last digit of a number Find/remove first and last digit of a Read More
In this article, we will discuss how to swap 2 String variables using third variables and without using 3rd variable Swapping 2 String variables: Without Read More
In this article, we will write a simple Java program to print Prime numbers between the specified range or interval 1. Prime Number programs : Read More
In this article, we will write a simple Java program to check whether a number is Prime number or Not 1. Prime Number programs : Read More
In this article, we will write a simple Java program to reverse a number 1. Reverse a Number : We will reverse a number using Read More
In this article, we will write a simple Java program to check whether passed/input number is Even or Odd Find Even and Odd numbers : Read More
In this article, we will write a simple Java program to check whether passed/input number is Positive or Negative or Zero using Java 8 Stream Read More
In this article, we will discuss one of the famous interview question on how to swap two numbers using third or temporary variable Actually, there are n number of Read More
In this article, we will discuss and execute a simple Java program to check whether the given number is Armstrong number or not Armstrong number: Read More
In this article, we will discuss different types of for-loop evolved over years in various Java versions Starting Java 1.1 version, for-loop was always there Read More
In this article, we will discuss how to print n natural numbers in Java Printing first N natural numbers : Using for loop Using while Read More
In this article, we will discuss features introduced in different versions of Java or J2SE or Java SE or JDK Below terms / abbreviation are Read More
In this article, we will discuss one of the famous interview question on how to swap two numbers without using third/temporary variable Actually, there are Read More
In this article, we will discuss some of the key terms used in programming languages. Often, we get confused with few terms in the programming Read More
In this article, we will learn and demonstrate simple example based on Switch case statement with different data type like int, char and then finally Read More