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

Java Programing Language

java.lang.ClassNotFoundException: com.mysql.jdbc.Driver

March 26, 2024January 7, 2023 by Coder Sathi
com.mysql.cj.jdbc.Driver

Whether you’re an experienced Java developer or a student who is just trying to learn Java, you may have encountered …

Read More java.lang.ClassNotFoundException: com.mysql.jdbc.Driver

Java Bytecode

February 12, 2025December 1, 2022 by Coder Sathi
What is Java Bytecode

Bytecode is an intermediate code that is generated by the Java compiler. It is a sequence of instructions that can …

Read More Java Bytecode

MongoDB Group aggregation in Java

January 23, 2024September 24, 2022 by Coder Sathi
MongoDB $group aggregation in Java

In this post, we will learn the easiest way to use MongoDB $group aggregation in Java. First, we will learn …

Read More MongoDB Group aggregation in Java

Difference Between JDK JRE and JVM

March 11, 2025September 4, 2022 by Coder Sathi
Difference between JDK, JRE and JVM

If you’re learning Java or preparing for a technical interview, understanding the difference between JDK JRE and JVM is crucial. These three …

Read More Difference Between JDK JRE and JVM

How Java Is Platform Independent?

February 3, 2025September 4, 2022 by Coder Sathi
Why Java is Platform Independent

Before directly jumping to the reason first, we must understand how Java actually works and what are the components available …

Read More How Java Is Platform Independent?

Sort List of Objects in Java

September 14, 2023July 18, 2022 by Coder Sathi
Sort List Of Objects In Java

In this short post, we will learn to sort a List of Objects in Java. First, we will create a …

Read More Sort List of Objects in Java

Search In MongoDB Using Java

September 14, 2023July 15, 2022 by Coder Sathi
check MongoDb database size

In this post, we will learn to implement a search query in MongoDB using Java. Most of the applications have …

Read More Search In MongoDB Using Java

MongoDB Document to POJO Class in Java

November 30, 2023July 10, 2022 by Coder Sathi
check MongoDb database size

In this post, we will learn to map MongoDB Document to POJO Class in Java directly from org.bson.Document object to …

Read More MongoDB Document to POJO Class in Java

MongoCollection in Spring Boot

September 14, 2023July 9, 2022 by Coder Sathi
check MongoDb database size

In this post, we will learn to use a MongoCollection instance for database operations in the Spring Boot application. We …

Read More MongoCollection in Spring Boot

Set Environment Variable in Tomcat

September 14, 2023July 6, 2022 by Coder Sathi
Set Environment Variable in Tomcat

In this post, we will learn to set environment variables in the tomcat configuration file so that when the application …

Read More Set Environment Variable in Tomcat

Older posts
Newer posts
← Previous Page1 … Page5 Page6 Page7 … Page23 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