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

Serializable Interface in Java

February 25, 2025January 16, 2023 by Yuba Raj Kalathoki

The Serializable interface in Java is a marker interface that indicates that a class can be serialized. Serialization is the …

Read More Serializable Interface in Java

Command Line Arguments in Java

March 19, 2025January 16, 2023 by Yuba Raj Kalathoki

Command line arguments in Java are parameters passed to a Java program when it is executed from the command line. …

Read More Command Line Arguments in Java

A Brief History Of Java

March 21, 2025January 12, 2023 by Yuba Raj Kalathoki

Java stands as one of the most influential programming languages in tech history, powering everything from enterprise systems to Android …

Read More A Brief History Of Java

Difference between OOP and POP

February 12, 2025January 8, 2023 by Yuba Raj Kalathoki
difference between oop and pop

The difference between OOP and POP lies in their approach to problem-solving. POP uses step-by-step procedures, while OOP organizes software …

Read More Difference between OOP and POP

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

March 26, 2024January 7, 2023 by Yuba Raj Kalathoki
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 Yuba Raj Kalathoki
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 Yuba Raj Kalathoki
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 Yuba Raj Kalathoki
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 Yuba Raj Kalathoki
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 Yuba Raj Kalathoki
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

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