Skip to content
  • About Us
  • Contact Us
  • Disclaimer
  • Privacy Policy
  • Terms and Conditions

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 and Validator
  • Tech Blogs
    • Java 21 New Features
    • Is Java Dead? Is java dead, 2023 ?
    • New Features in Java 17
  • Toggle search form

Series program in java

Posted on April 8, 2023April 24, 2023 By Admin 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, 2023February 27, 2024 By Admin 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 Admin 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 Admin 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, 2023April 24, 2023 By Admin 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. Let’s see how to convert date to string in java java.util.Date to String First,…

Read More “Java util date to String” »

Java Codes

Java 21 New Features

Posted on March 31, 2023April 24, 2023 By Admin 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 Admin 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

Software Architecture Performance

Posted on March 6, 2023February 27, 2024 By Admin No Comments on Software Architecture Performance

Software Architecture Performance, let’s talk about Performance in Software Architecture of an application. Performance is very critical component of any application as it is one of the major factor to determine the application’s efficiency. In this topic we will cover and learn about what exactly the performance is and how it plays a major role…

Read More “Software Architecture Performance” »

Software Architecture

Assertall in JUnit 5

Posted on March 1, 2023April 14, 2023 By Admin No Comments on Assertall in JUnit 5

JUnit provides Assert all to assert all the scenario of a test case. assertAll() is introduced in JUnit 5. It checks all the assertions and reports the individual results of failure or success. Checkout Junit Tutorial here. What is assertall in Junit 5 ? One of the new feature of JUnit 5 assertAll(), it allows…

Read More “Assertall in JUnit 5” »

Java

Type Casting in Java | 2 types Implicit and explicit casting

Posted on February 16, 2023February 27, 2024 By Admin No Comments on Type Casting in Java | 2 types Implicit and explicit casting

What is Type Casting Type casting in java refers to converting one data type into others. There are two types, Implicit type casting and explicit type casting, in java. Type casting means we are casting the values from one data type to another. Implicit Type Casting Implicit type casting means casting is done by compiler,…

Read More “Type Casting in Java | 2 types Implicit and explicit casting” »

Java

Posts pagination

Previous 1 2 3 4 Next

Recent Posts

  • Top 50 Java Coding Interview Questions and Answers (2025 Updated)
  • Java Record Class Explained: Simple, Immutable Data Carriers
  • Java Convert int to String – 5+ Methods with Examples
  • String to Integer Conversion in Java | Java convert string to int
  • PDF to JSON Convertor

Recent Comments

No comments to show.

Copyright © 2025 Simplified Learning Blog.

Powered by PressBook Green WordPress theme