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

StackOverflowError in JPA Mapping @ManyToMany with @Data Annotation

February 15, 2024April 18, 2021 by Coder Sathi

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 Coder Sathi

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

Display Image in Java Swing Application

February 26, 2025April 10, 2021 by Coder Sathi

To display an image in a Java Swing application, we can use the JLabel component to hold the image and …

Read More Display Image in Java Swing Application

Use Font in Java Swing Application

February 26, 2025April 9, 2021 by Coder Sathi

In the Java Swing application, we can use different fonts for displaying text in graphical user interface components like labels, …

Read More Use Font in Java Swing Application

Disable Spring Security for Specific Profile

January 16, 2023April 9, 2021 by Coder Sathi
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

Using Color in Java Swing

February 27, 2025April 8, 2021 by Coder Sathi

To use color in Java Swing, we can follow these steps: Import the java.awt.Color package. Create a Color object with …

Read More Using Color in Java Swing

Enum in Java

February 13, 2025April 7, 2021 by Coder Sathi

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

JDesktopPane and JInternalFrame in Java Swing

February 27, 2025April 7, 2021 by Coder Sathi

Both JDesktopPane and JInternalFrame in Java are Swing components that can be used to create desktop applications with multiple windows. …

Read More JDesktopPane and JInternalFrame in Java Swing

JInternalFrame in Java Swing

February 27, 2025April 6, 2021 by Coder Sathi

JInternalFrame in Java Swing is a class that provides a lightweight way to create internal frames within a main frame …

Read More JInternalFrame in Java Swing

Arrays in Java

February 13, 2025April 4, 2021 by Coder Sathi

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

Older posts
Newer posts
← Previous Page1 … Page30 Page31 Page32 … Page44 Next →
+ Load More Post

Recent Posts

  • Java String Tutorial
  • Java String Best Practices and Common Pitfalls
  • Java 8+ String Enhancements: New Methods and Best Practices
  • Java String Security: Handling Passwords, SQL, and User Input
  • Java Special Characters: Escaping, Unicode, and Text Blocks
  • Java Regex Tutorial: Pattern, Matcher, and Practical Examples
  • Java String Manipulation: Replace, Split, and Join
  • Java String Performance: Optimize Concatenation with StringBuilder
  • Java String Formatting Guide: printf(), String.format(), and More
  • Java String Comparison: equals(), ==, and compareTo() Explained
  • Privacy Policy
  • About CoderSathi.com
  • Contact
Copyright © 2025
Next Page »
  • Tutorial
    • Java Tutorial
    • Swing Tutorial
    • JDBC Tutorial
    • Java String Tutorial
    • Servlet and JSP Tutorial
  • Mongo DB
  • AWS
  • DevOps
  • Linux
  • Git