Skip to content
CoderSathi
  • Tutorial
    • Java Tutorial
    • Swing Tutorial
    • JDBC Tutorial
    • Java String Tutorial
    • Servlet and JSP Tutorial
  • Mongo DB
  • AWS
  • DevOps
  • Linux
  • Git

java

Garbage Collection in Java

July 1, 2026January 22, 2021 by Yuba Raj Kalathoki

Garbage Collection in Java is an automated memory management process that handles memory allocation and deallocation, freeing developers from manual memory management. …

Read More Garbage Collection in Java

Comments in Java

July 1, 2026January 20, 2021 by Yuba Raj Kalathoki

Comments are an essential part of any programming language, and Java is no exception. They are used to explain the …

Read More Comments in Java

Arrays of Primitive Types in Java

July 1, 2026January 18, 2021 by Yuba Raj Kalathoki

An array of primitive types in Java is a data structure that stores a fixed-size collection of values of simple …

Read More Arrays of Primitive Types in Java

How to create Windows Task Scheduler and run a Java application?

July 1, 2026January 11, 2021 by Yuba Raj Kalathoki

Overview In this post, we will learn to create Windows Task Scheduler to run/start our application. Here, I will explain …

Read More How to create Windows Task Scheduler and run a Java application?

How to Run JAR File: Step-by-Step Guide

July 1, 2026January 11, 2021 by Yuba Raj Kalathoki
java bat file to run jar

JAR (Java Archive) files bundle Java applications for easy distribution. But if you’re new to Java, running these files can …

Read More How to Run JAR File: Step-by-Step Guide

How to use self-signed SSL certificate in Spring Boot application?

July 1, 2026December 23, 2020 by Yuba Raj Kalathoki
https 3344700 640

Overview In this tutorial, we will be using a self-signed certificate for our spring boot application so that we can …

Read More How to use self-signed SSL certificate in Spring Boot application?

(Solved) Error: Could Not Find or Load Main Class in Java

July 1, 2026August 29, 2020 by Yuba Raj Kalathoki
Error: Could Not Find or Load Main Class

Introduction If you’re a Java developer or a student just starting to learn Java, you are likely to encounter the …

Read More (Solved) Error: Could Not Find or Load Main Class in Java

Java DateTimeFormatter Example: A Complete Guide to Date Formatting

July 1, 2026August 15, 2020 by Yuba Raj Kalathoki

If you’re working with dates in Java, the DateTimeFormatter class is your ultimate tool for converting between human-readable date strings and machine-friendly LocalDateTime objects. …

Read More Java DateTimeFormatter Example: A Complete Guide to Date Formatting

Advanced JDBC Topics: Elevating Your Database Interactions

July 1, 2026March 1, 2018 by Yuba Raj Kalathoki

Dive into connection pooling, batch processing, and more to build scalable, high-performance applications. Why Go Beyond Basics? While basic CRUD …

Read More Advanced JDBC Topics: Elevating Your Database Interactions

Newer posts
← Previous Page1 … Page32 Page33
+ Load More Post

Recent Posts

  • How to Use AWS CloudFront Signed URLs in Spring Boot?
  • How to Fix SSH Agent Forwarding on macOS: The Ultimate Guide for Developers
  • How to Connect Spring Boot to AWS Secrets Manager Dynamically (Without Git Exposure)
  • How to Fix “Public Key Retrieval is not allowed” MySQL JDBC Error
  • Complete Guide to JaCoCo: How to Measure Java Code Coverage Accurately
  • How to Create a Google App Password: Full Step-by-Step Guide
  • How to Fix “Files Showing as Modified” in IntelliJ IDEA on macOS
  • How to Fix NoClassDefFoundError: javax/xml/bind/DatatypeConverter in Java (Java 11+)
  • How to Connect Java Application to a Remote Database Using an SSH Tunnel (with Spring Boot Examples)
  • How to Convert JSON Array to Java List (With Examples)
  • Privacy Policy
  • About CoderSathi.com
  • Contact
Copyright © 2026
  • Tutorial
    • Java Tutorial
    • Swing Tutorial
    • JDBC Tutorial
    • Java String Tutorial
    • Servlet and JSP Tutorial
  • Mongo DB
  • AWS
  • DevOps
  • Linux
  • Git