• Follow Us On

Let's learn java programming language with easy steps. This Java tutorial provides you complete knowledge about java technology.

Tuesday, 11 March 2025

श्री दुर्गा चालीसा - Shri Durga Chalisa

 माँ दुर्गा चालीसा नमो नमो दुर्गे सुख करनी।नमो नमो अम्बे दुःख हरनी॥निराकार है ज्योति तुम्हारी।तिहूँ लोक फैली उजियारी॥शशि ललाट मुख महाविशाला।नेत्र लाल भृकुटि विकराला॥रूप मातु को अधिक सुहावे।दरश करत जन अति सुख पावे॥तुम संसार शक्ति लय कीना।पालन हेतु अन्न धन दीना॥अन्नपूर्णा...
Share:

Monday, 3 March 2025

हनुमान चालीसा [hanuman chalisa]

 🚩 श्री हनुमान चालीसा 🚩 ॥ दोहा ॥श्रीगुरु चरन सरोज रज, निज मन मुकुर सुधार।बरनऊँ रघुबर बिमल जसु, जो दायकु फल चार॥बुद्धिहीन तनु जानिके, सुमिरौं पवन-कुमार।बल बुद्धि विद्या देहु मोहिं, हरहु कलेश विकार॥ ॥ चौपाई ॥जय हनुमान ज्ञान गुन सागर।जय कपीस तिहुँ लोक उजागर॥ राम दूत अतुलित...
Share:

Thursday, 8 August 2024

What is IllegalArgumentException in Java with simple examples

 Java Illegal Argument Exception(i.e IllegalArgumentException in java)In Java, an IllegalArgumentException is a runtime exception that is thrown to indicate that a method has been passed an illegal or inappropriate argument. This exception is typically used to enforce valid method arguments and catch potential bugs early in the development process....
Share:

Thursday, 6 July 2023

How to make Age calculator program in java

 Java Program for Age CalculatorHere we are going to learn most important program of java which is Age Calculator by this java example we will able to calculate age of users. So let's start making code for java age calculator.import java.time.LocalDate;import java.time.Period;import java.util.Scanner;public class AgeCalculator{public static void...
Share:

Saturday, 24 July 2021

Write a Java Program To Count Letters in String

How To Count Letters in String in JavaIn the last post, we have discussed how to find character or character position in string in java with simple examples and now here we are going to create a simple example for how to count letters in java string with examples.So let's start with a useful example for finding the number of letters in a given java...
Share:

Facebook Page Likes

Follow javatutorial95 on twitter

Popular Posts

Translate