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

Pass by Value vs. Pass by Reference in Java

March 31, 2025February 15, 2021 by Coder Sathi

Java developers often debate whether the language uses pass by value or pass by reference. The answer is clear: Java is strictly pass by …

Read More Pass by Value vs. Pass by Reference in Java

Execute single JUnit Test using command line in Java

September 14, 2023February 14, 2021 by Coder Sathi

Overview In this post, we are going to learn how to run single JUnit Test using command line in Java. …

Read More Execute single JUnit Test using command line in Java

Expressions in Java

March 19, 2025January 24, 2021 by Coder Sathi

In Java, expressions are the building blocks of our code. They combine variables, operators, literals, and method calls to produce a single …

Read More Expressions in Java

Garbage Collection in Java

March 19, 2025January 22, 2021 by Coder Sathi

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 Coder Sathi

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 Coder Sathi

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?

September 14, 2023January 11, 2021 by Coder Sathi

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 Coder Sathi
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?

September 14, 2023December 23, 2020 by Coder Sathi
How to use self-signed SSL certificate in Spring Boot application?

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

May 2, 2023August 29, 2020 by Coder Sathi
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

Older posts
Newer posts
← Previous Page1 … Page31 Page32 Page33 Next →
+ Load More Post

Recent Posts

  • Java String Tutorial
  • Java String Best Practices and Common Pitfalls
  • Java 8+ String Enhancements: New Methods and Best Practices
  • Java String Security: Handling Passwords, SQL, and User Input
  • Java Special Characters: Escaping, Unicode, and Text Blocks
  • Java Regex Tutorial: Pattern, Matcher, and Practical Examples
  • Java String Manipulation: Replace, Split, and Join
  • Java String Performance: Optimize Concatenation with StringBuilder
  • Java String Formatting Guide: printf(), String.format(), and More
  • Java String Comparison: equals(), ==, and compareTo() Explained
  • Privacy Policy
  • About CoderSathi.com
  • Contact
Copyright © 2025
Next Page »
  • Tutorial
    • Java Tutorial
    • Swing Tutorial
    • JDBC Tutorial
    • Java String Tutorial
    • Servlet and JSP Tutorial
  • Mongo DB
  • AWS
  • DevOps
  • Linux
  • Git