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

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

Declaration in Java

March 16, 2025April 14, 2021 by Yuba Raj Kalathoki

Declaration in Java refers to the process of defining a variable, method, class, or other entities before they are used …

Read More Declaration in Java

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

Enum in Java

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

Enumerations, or enums for short, are a powerful and convenient way to define a set of named constants in Java. …

Read More Enum in Java

Arrays in Java

February 13, 2025April 4, 2021 by Yuba Raj Kalathoki

Arrays play a fundamental role in Java programming, allowing developers to efficiently manage and manipulate collections of elements. In this …

Read More Arrays in Java

Character data type in Java

March 16, 2025April 3, 2021 by Yuba Raj Kalathoki

In Java, the char data type is used to represent a single Unicode character. It is a 16-bit unsigned integer …

Read More Character data type in Java

Floating point in Java

February 12, 2025April 2, 2021 by Yuba Raj Kalathoki

In Java, the float and double data types are used to represent floating-point numbers, which are numbers with a fractional …

Read More Floating point in Java

Integers In Java

March 16, 2025April 1, 2021 by Yuba Raj Kalathoki

Integers in Java is a primitive data type. It is used to represent whole numbers. It is denoted by the …

Read More Integers In Java

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?

Older posts
Newer posts
← Previous Page1 … Page17 Page18 Page19 … 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