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

Category: Java

This contains all posts related to Java basics.

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

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

Is Java Dead? Is java dead, 2023 ?

Posted on February 12, 2023April 27, 2023 By Admin No Comments on Is Java Dead? Is java dead, 2023 ?

Is java dead as of 2023 ? What is Java and its evolution Is java dead as of 2023 ? Java is one of the most popular programming language which is developed in 1995, so it’s been there for around 27 years (as of 2023). Almost around 90% of the Fortune 500 companies uses java….

Read More “Is Java Dead? Is java dead, 2023 ?” »

Java, Tech Blogs

What is Rest API in java

Posted on February 10, 2023February 27, 2024 By Admin No Comments on What is Rest API in java

Rest API Tutorial In this tutorial, we are going to implement rest API example. How to implement restful web services, what is rest client. We will see below topics: what is restful API, Rest API architecture, Methods and resources. What is web service? Web service is a piece of software available over the network/internet and…

Read More “What is Rest API in java” »

Java

Assertions in JUnit 5

Posted on February 9, 2023April 5, 2023 By Admin No Comments on Assertions in JUnit 5

Assertions: Assertions in JUnit 5 Assertions are a set of methods present in Junit 5 Assert Class which is used in asserting various conditions in tests. While using assertion, we are going to import this asserts class as static import, and then we will call its methods. JUnit 5 Assertions In Assert JUnit 5 we…

Read More “Assertions in JUnit 5” »

Java

JUnit 5 Tutorial

Posted on February 9, 2023February 27, 2024 By Admin No Comments on JUnit 5 Tutorial
JUnit 5 Tutorial

JUnit Tutorial Basics to Advance: In this blog, we are going to learn about JUnit 5 Tutorial. Here it contains unit testing in Java from basic to advance level. Learn JUnit to increase code quality and assurance. What is JUnit and why we need to learn JUnit in Java. With the help of JUnit, we…

Read More “JUnit 5 Tutorial” »

Java

Recent Posts

  • PDF to JSON Convertor
  • System Performance Objective
  • Performance Principles of Software Architecture
  • Calculate date of birth from age in jquery
  • How to convert excel to PDF using java

Recent Comments

No comments to show.

Copyright © 2025 Simplified Learning Blog.

Powered by PressBook WordPress theme