Skip to content
  • About Us
  • Contact Us
  • Disclaimer
  • Privacy Policy
  • Terms and Conditions
  • Author Profile: Govind

Simplified Learning Blog

Learning made easy

  • Java
    • Core Java Tutorial
    • Java 8
    • What is Rest API in java
    • Spring Framework
    • Type Casting in Java | 2 types Implicit and explicit casting
    • Spring Boot Tutorial
      • Spring Boot Rest API Example complete guide
    • Top 50 Java Interview Questions
    • JUnit 5 Tutorial
      • Assertall in JUnit 5
      • Assertions in JUnit 5
    • Java Thread Tutorials
      • How to create thread in Java
      • Multithreading in java
      • Daemon Thread in Java | How to create daemon thread in java
      • Top 40+ Multithreading interview questions
  • AWS
    • What is AWS (Amazon Web Services)
    • AWS IAM (Identity and Access Management)
    • AWS SNS | What is SNS
    • What is SQS | AWS SQS (Simple Queue Service)
    • What is AWS Lambda
    • Top 10 AWS Lambda interview questions
  • Java Codes
  • Software Architecture
    • Software Architecture Performance
    • Performance Principles of Software Architecture
    • System Performance Objective
  • Spring Boot Tutorial
  • Tools
    • JSON Formatter & Debugging Guide for Spring Boot Developers
    • Free Character Counter Tool: The Ultimate Guide to Counting Characters, Words, and Text Statistics
  • Tech Blogs
    • Java 21 New Features
    • Is Java Dead? Is java dead, 2023 ?
    • New Features in Java 17
  • Toggle search form

Calculate date of birth from age in jquery

Posted on April 17, 2023November 22, 2025 By Govind No Comments on Calculate date of birth from age in jquery

In this tutorial, we will see how to calculate date of birth from age in jQuery. You can use the below code snippet to create the tool as well. To calculate date of birth from age in jQuery we need to use Jquery and html. Calculating a static Date of Birth (DOB) from a given…

Read More “Calculate date of birth from age in jquery” »

Java Codes

How to convert excel to PDF using java

Posted on April 16, 2023February 25, 2024 By Govind No Comments on How to convert excel to PDF using java

In this blog tutorial, we are going to learn how to convert excel to pdf using java. For converting excel file into java, we are going to use this library called Apache POI. First, we will see the code and then we will go through it to understand it. Dependencies required For converting excel to…

Read More “How to convert excel to PDF using java” »

Java Codes

jcalendar in java swing example

Posted on April 15, 2023November 22, 2025 By Govind No Comments on jcalendar in java swing example

In this blog, we will see how to create a calendar which will show the current date using jcalendar in java swing example. Let’s first look at the Swing component JCalendar JCalendar is a Java Swing component designed for selecting dates. It provides a highly configurable user interface and supports various date selection modes. What…

Read More “jcalendar in java swing example” »

Java Codes

Series program in java

Posted on April 8, 2023November 22, 2025 By Govind No Comments on Series program in java

What is series ? Series program in java, so what is series ? Mathematically, a series is an ordered collection of numbers which have been combined. Each number in the sequence is known as a term within it; when all terms have been added up together, we refer to this total as being all of…

Read More “Series program in java” »

Java Codes

Java dice roll program

Posted on April 4, 2023November 22, 2025 By Govind No Comments on Java dice roll program

In this blog tutorials, we will see how to implement using java dice roll program. Code Java Dice Roll Program Code Explanation The above program calculates rolling of a specified number of dice with a specified number of sides on each die, and prints out the results of each roll. In above example we have…

Read More “Java dice roll program” »

Java Codes

How to read Excel File using jxl

Posted on April 4, 2023April 24, 2023 By Govind No Comments on How to read Excel File using jxl

In this tutorial, we will see how to read excel file using jxl and write excel using jxl. We are going to use JExcel API for reading and writing file in java. Code: Reading Excel File File contents: package com.slb.core.java; import jxl.Cell; import jxl.Sheet; import jxl.Workbook; import jxl.read.biff.BiffException; import java.io.File; import java.io.IOException; public class ReadExcelFile…

Read More “How to read Excel File using jxl” »

Java Codes

Java Text Blocks

Posted on March 31, 2023March 31, 2023 By Govind No Comments on Java Text Blocks

Text blocks are introduced in java 13 and 14 as a preview feature and with java 15 it is available as standard feature. What is text block in java ? Introduction Java Text Blocks are available from java 15 as a standard feature, which is a string that starts with three double quotes (“””). Problem…

Read More “Java Text Blocks” »

Java

Java util date to String

Posted on March 31, 2023November 22, 2025 By Govind No Comments on Java util date to String

Java util date to String Conversion In this tutorial will see how to convert date object to string objects in java. To convert it, there are few ways to implement it. Using java.util.Date and Using java 8 time and date APIs. Converting a java.util.Date object into a formatted String representation is a core task in…

Read More “Java util date to String” »

Java Codes

Java 21 New Features

Posted on March 31, 2023April 24, 2023 By Govind No Comments on Java 21 New Features

New Features in java 21 Introduction Java 21 New Features | Java 21 will be released on September 2023, and it will be a LTS release. LTS is a Long Term Support release by oracle, for which oracle will provide long term support for extended period over the regular one. As of today, what we…

Read More “Java 21 New Features” »

Tech Blogs

New Features in Java 17

Posted on March 30, 2023February 27, 2024 By Govind No Comments on New Features in Java 17

JDK 17 – New Features in Java 17 Introduction In this blog, we will see what are the new features in java 17. Java 17 is LTS release LTS stands for Long term support release. LTS is an Oracle Marketing concept which means that long term support, that means for this version of Java Oracle…

Read More “New Features in Java 17” »

Tech Blogs

Posts pagination

Previous 1 2 3 4 Next

Recent Posts

  • Java Virtual Threads (Project Loom) in Real Enterprise Applications
  • Free Character Counter Tool: The Ultimate Guide to Counting Characters, Words, and Text Statistics
  • Understanding Java Sealed Classes
  • Top 50 Java Coding Interview Questions and Answers (2025 Updated)
  • Java Record Class Explained: Simple, Immutable Data Carriers

Recent Comments

  1. Gajanan Pise on Performance Principles of Software Architecture

Copyright © 2025 Simplified Learning Blog.

Powered by PressBook Green WordPress theme