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

Garbage Collection in Java

March 19, 2025January 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

March 19, 2025January 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

March 19, 2025January 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

Route traffic from AWS Application Load Balancer to EC2 instance running in different VPC

August 5, 2022January 16, 2021 by Yuba Raj Kalathoki

Overview In this post, we will learn to route traffic from AWS Application Load Balancer to EC2 instance in different …

Read More Route traffic from AWS Application Load Balancer to EC2 instance running in different VPC

How to solve: “The availability zones of the specified subnets and the AutoScalingGroup do not match” in CloudFormation?

February 12, 2024January 16, 2021 by Yuba Raj Kalathoki

Overview In this post we will try to solve one of the issue during CloudFormation stack creation or update. Most …

Read More How to solve: “The availability zones of the specified subnets and the AutoScalingGroup do not match” in CloudFormation?

Difference between @PathVariable and @RequestParam

February 20, 2024January 15, 2021 by Yuba Raj Kalathoki
git change remote url

Overview In this post, we will learn the difference between @PathVariable and @RequestParam. These both can be used to send …

Read More Difference between @PathVariable and @RequestParam

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

September 14, 2023January 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

February 16, 2025January 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

What is MongoDB Atlas?

May 27, 2023January 9, 2021 by Yuba Raj Kalathoki

In today’s fast-paced digital world, businesses need a reliable, scalable, and high-performance database that can handle large amounts of data. …

Read More What is MongoDB Atlas?

How to create user in MySQL for remote access?

January 5, 2024January 5, 2021 by Yuba Raj Kalathoki

To create a user in MySQL for remote access, we need to follow these steps: First, we need to edit …

Read More How to create user in MySQL for remote access?

Older posts
Newer posts
← Previous Page1 … Page41 Page42 Page43 … Page45 Next →
+ Load More Post

Recent Posts

  • 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)
  • Configure CORS in Spring Cloud Gateway (WebFlux & WebMVC)
  • Java String Tutorial
  • Java String Best Practices and Common Pitfalls
  • Privacy Policy
  • About CoderSathi.com
  • Contact
Copyright © 2026
Next Page »
  • Tutorial
    • Java Tutorial
    • Swing Tutorial
    • JDBC Tutorial
    • Java String Tutorial
    • Servlet and JSP Tutorial
  • Mongo DB
  • AWS
  • DevOps
  • Linux
  • Git