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

[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

Understanding the Difference Between PATH and CLASSPATH Variables in Java

March 5, 2025March 22, 2021 by Yuba Raj Kalathoki

Java development often involves configuring environment variables to streamline compiling and running code. Two critical variables—PATH and CLASSPATH—are frequently confused by newcomers. …

Read More Understanding the Difference Between PATH and CLASSPATH Variables in Java

A Simple Servlet Program in Java

February 4, 2025March 22, 2021 by Yuba Raj Kalathoki

Are you looking to learn more about Servlet programming? Servlets are Java-based web components that run on a web server …

Read More A Simple Servlet Program in Java

java.lang Package

February 13, 2025March 22, 2021 by Yuba Raj Kalathoki

The java.lang package is a part of the Java Standard Library and contains a number of core Java classes that …

Read More java.lang Package

MatteBorder in Java Swing

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

In Java Swing, the MatteBorder class is used to create a border with a solid color that has a matte-like …

Read More MatteBorder in Java Swing

TitledBorder in Java Swing

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

In Java Swing, TitledBorder is a class that allows us to add a border with a title to a component. …

Read More TitledBorder in Java Swing

Server Side Programming in Java

April 5, 2025March 20, 2021 by Yuba Raj Kalathoki
Server Side Programming in Java

What is Server-Side Programming? Server-side programming refers to the logic that runs on the web server and handles user requests, …

Read More Server Side Programming in Java

Math class in Java

February 13, 2025March 20, 2021 by Yuba Raj Kalathoki

The java.lang.Math class is a built-in class in Java that provides methods for performing basic numeric operations. This class is …

Read More Math class in Java

BevelBorder in Java Swing

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

BevelBorder is a border style in Java Swing that creates a raised or lowered beveled edge around a component. It …

Read More BevelBorder in Java Swing

Pseudo Parameters in AWS CloudFormation

March 2, 2025March 19, 2021 by Yuba Raj Kalathoki

When working with AWS CloudFormation, there are various features and functionalities that can simplify the process of deploying and managing …

Read More Pseudo Parameters in AWS CloudFormation

Older posts
Newer posts
← Previous Page1 … Page34 Page35 Page36 … 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