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

How to

How To Connect MySQL Database Using Java

February 13, 2025May 7, 2021 by Yuba Raj Kalathoki

To connect to a MySQL database using JDBC, you will need to follow these steps: Load the MySQL JDBC driver …

Read More How To Connect MySQL Database Using Java

StackOverflowError in JPA Mapping @ManyToMany with @Data Annotation

February 15, 2024April 18, 2021 by Yuba Raj Kalathoki

The java.lang.StackOverflowError occurs when there is an infinite recursion or circular reference in our object mappings. In the case of …

Read More StackOverflowError in JPA Mapping @ManyToMany with @Data Annotation

Disable Spring Security for Specific Profile

January 16, 2023April 9, 2021 by Yuba Raj Kalathoki
Disable Spring Security to a specific profile

Overview In this post, we will learn to disable spring security for a specific profile and enable it for others. …

Read More Disable Spring Security for Specific Profile

Install and Set Up Java Development Environment

March 20, 2025March 31, 2021 by Yuba Raj Kalathoki

Setting up a Java development environment is straightforward. Follow these steps to start coding in minutes! Step 1: Install Java …

Read More Install and Set Up Java Development Environment

How to Add External jar in Eclipse?

September 3, 2023March 30, 2021 by Yuba Raj Kalathoki

To add an external jar in Eclipse we can follow the steps given below: There are a few ways to …

Read More How to Add External jar in Eclipse?

Key Event in Java Swing

February 27, 2025March 26, 2021 by Yuba Raj Kalathoki

In Java Swing, a key event refers to an event that occurs when the user interacts with the keyboard. Specifically, …

Read More Key Event in Java Swing

How to use JList in Java Swing

February 27, 2025March 24, 2021 by Yuba Raj Kalathoki

JList is a Swing component in Java that allows you to display a list of items in a graphical user …

Read More How to use JList in Java Swing

[Solved]- DNSHostNotFound: Failed to look up service “”: DNS name does not exist issue while connecting to MongoDb Atlas

May 20, 2024March 23, 2021 by Yuba Raj Kalathoki

When we try to connect MongoDB Atlas from our local computer we may face DNSHostNotFound: Failed to look up service …

Read More [Solved]- DNSHostNotFound: Failed to look up service “”: DNS name does not exist issue while connecting to MongoDb Atlas

Clean up space in the tableau server

August 5, 2022March 9, 2021 by Yuba Raj Kalathoki

Overview In this post, we will learn how to clean up space in the tableau server. We may run out …

Read More Clean up space in the tableau server

Execute single JUnit Test using command line in Java

September 14, 2023February 14, 2021 by Yuba Raj Kalathoki

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

Older posts
Newer posts
← Previous Page1 … Page7 Page8 Page9 … Page11 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