Explanation of simple program or main() function in JAVA Programming Language
Write a program to encrypt the text with number of alphabet shift (CAESAR SHIFT CIPHER) using JAVA.
The following code will help you to encrypt the text using Caesar shift cipher.
Write a program to print table using Threads (synchronization).
The following code will help you to write a table using threads.
Write a program to write the text into the file, named as file.txt using java ? Filewriter Class
The following code will help you to write some text into the file using FileWriter Class.
Is there anyway to find day n string of Nth Days from given days in String ?
Calculating Nth days from the given number of days in String, shown below:
Write a program to check if the number is Russian Peasant or not using Java?
The Following code will help you to find and check the number is russian peasant or not.
Write a program to check or find the armstrong number using Java
To check whether the number is armstrong number or not, Before writing the java program let's discuss about what is the armstrong number ?
How to rotate the element of the array with a given input n, where ‘n’ is the number of rotation
Rotate the element of the array with a given input, the following program able to rotate the array to the left side as a given number of 'n', n means how many elements will be rotated to the left side
Difference Between & and && in Java
In this section, we will discuss the bitwise & and logical && operator in java. we will also explain the key differences between logical and bitwise operators, as well as the use of bitwise & and logical.
First Program with JShell, Hello World using JShell
In this JShell tutorial, we will learn how to print Hello World using JShell Tool, Learn JShell to print a statement using Method or Function.