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

LinkedHashMap in Java

January 30, 2023January 25, 2022 by Yuba Raj Kalathoki

LinkedHashMap is a widely used data structure in the Java programming language. It is a part of the Java Collection …

Read More LinkedHashMap in Java

TreeMap in Java

January 30, 2023January 25, 2022 by Yuba Raj Kalathoki

TreeMap is a widely used data structure in the Java programming language. It is a part of the Java Collection …

Read More TreeMap in Java

HashMap in java

January 29, 2023January 24, 2022 by Yuba Raj Kalathoki

HashMap is a widely used data structure in the Java programming language. It is a part of the Java Collection …

Read More HashMap in java

The Map Interface in Java

February 13, 2025January 24, 2022 by Yuba Raj Kalathoki

Map is a fundamental data structure in the Java programming language. It is used to store key-value pairs, where each …

Read More The Map Interface in Java

Hashtable in Java

February 13, 2025January 17, 2022 by Yuba Raj Kalathoki

A Hashtable in Java is a data structure that stores key-value pairs, similar to a map. It is implemented using …

Read More Hashtable in Java

MongoDB useful commands

February 27, 2024January 16, 2022 by Yuba Raj Kalathoki
check MongoDb database size

MongoDB, a popular NoSQL database, empowers developers with flexibility and scalability. Whether you’re a beginner or an experienced user, mastering …

Read More MongoDB useful commands

Variable in Java

March 19, 2025January 14, 2022 by Yuba Raj Kalathoki

A variable is a named location in memory that holds a value. They are used to store data that can …

Read More Variable in Java

Import Maven project in Eclipse

August 5, 2022January 8, 2022 by Yuba Raj Kalathoki
git change remote url

Open your Eclipse IDE. Go to File menu and click on Import… In the Import dialog box, select Maven, expand …

Read More Import Maven project in Eclipse

Create Spring Boot project using Spring Initialzer

January 23, 2023January 8, 2022 by Yuba Raj Kalathoki

In this post, we will learn to create a Spring Boot project using Spring Initializer. Spring initializer is a simple …

Read More Create Spring Boot project using Spring Initialzer

How to write Unit Test for Controller layer in Spring Boot?

February 16, 2024January 7, 2022 by Yuba Raj Kalathoki
git change remote url

In this post, we will learn to write a Unit Test for the Controller layer of our spring boot application. …

Read More How to write Unit Test for Controller layer in Spring Boot?

Older posts
Newer posts
← Previous Page1 … Page20 Page21 Page22 … 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