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 Threads

Top 40+ Multithreading interview questions

Posted on February 14, 2023April 27, 2023 By Admin No Comments on Top 40+ Multithreading interview questions

In this tutorial, we will look into some of the most commonly asked Multithreading interview questions. To learn about Multithreading, you can check here. Multithreading interview questions in java

Java Threads

Multithreading in java

Posted on February 13, 2023February 27, 2024 By Admin No Comments on Multithreading in java

What is multithreading in java Introduction: What is Multithreading Multithreading in java refers to processing or executing multiple threads simultaneously for maximum utilization of CPU. Multithreading applications runs two or more processes concurrently. Java Thread class allows us to create one or more lightweight threads and java executes them in parallel. The CPU of our…

Read More “Multithreading in java” »

Java Threads

Daemon Thread in Java | How to create daemon thread in java

Posted on February 12, 2023April 27, 2023 By Admin No Comments on Daemon Thread in Java | How to create daemon thread in java

What is Daemon Thread in Java Daemon thread in Java is a special thread which runs in background and has low priority. In java, the Daemon thread does not prevent JVM from exiting when the program finishes, but the thread is still running. For example, garbage collection. Basically Daemon thread is a process which runs…

Read More “Daemon Thread in Java | How to create daemon thread in java” »

Java Threads

How to create thread in Java

Posted on February 12, 2023April 27, 2023 By Admin No Comments on How to create thread in Java

Ways to create thread in Java In this tutorial, we are going to see how to create a thread in Java. There are two ways to create threads in Java. 1. Using Thread Class 2. Using Runnable interface How to create thread in Java Create a Thread in Java using Thread Class We can create using…

Read More “How to create thread in Java” »

Java Threads

Java Thread Tutorials

Posted on February 12, 2023February 27, 2024 By Admin No Comments on Java Thread Tutorials

What is Thread in Java In this Java Thread Tutorials, we are going to learn about threading Java. Threads are the basic building block of Java programming. Every program has at least one thread called main thread. Basically, every process runs on either single or multiple threads. A single thread is nothing but a light…

Read More “Java Thread Tutorials” »

Java Threads

Spring Boot Rest API Example complete guide

Posted on February 10, 2023February 27, 2024 By Admin No Comments on Spring Boot Rest API Example complete guide

In rest API tutorial of Spring Boot Rest API, we are going to learn spring boot rest API with example. How to create spring boot restful web service in Java. What is rest API ? You can learn here. Let’s go through the code snippet. We are going to use spring boot for this tutorial….

Read More “Spring Boot Rest API Example complete guide” »

Java Threads

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