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

What is

Java Keywords and Reserved Words

December 9, 2023April 3, 2022 by Yuba Raj Kalathoki

Java Keywords are the words that are used by Java for internal use. Let’s say we declare a variable: Java …

Read More Java Keywords and Reserved Words

Literals in Java

March 18, 2025April 2, 2022 by Yuba Raj Kalathoki

Literals are constant values that appear directly in the code. They are used to assign values to variables or to …

Read More Literals in Java

Identifiers in Java

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

Identifiers are an essential part of any programming language, and Java is no exception. In this post, we’ll explore the …

Read More Identifiers in Java

Tokens in Java

August 5, 2022April 1, 2022 by Yuba Raj Kalathoki

In this post, we will learn the tokens in Java. Let’s learn how tokens are formed first. Basically, the tokens …

Read More Tokens in Java

HTTP Methods

February 19, 2022 by Yuba Raj Kalathoki
git change remote url

HTTP methods are basically used to let server know what to do with the given resource of the particular request. …

Read More HTTP Methods

Servlet Redirections

September 11, 2023February 15, 2022 by Yuba Raj Kalathoki
git change remote url

Whether building a new Web application or adding some new pages in the existing Web application, it is always required …

Read More Servlet Redirections

Abstract Class vs Interface: Side-by-Side Comparison

February 3, 2025February 3, 2022 by Yuba Raj Kalathoki

In object-oriented programming (OOP), abstract classes and interfaces are two powerful tools for defining blueprints and enforcing structure. But developers …

Read More Abstract Class vs Interface: Side-by-Side Comparison

BeanDescriptor in Java

February 13, 2025December 30, 2021 by Yuba Raj Kalathoki

BeanDescriptor class provides the detail of the bean and Class object for the respective bean class. We can initialize a …

Read More BeanDescriptor in Java

Introspection in Java

February 13, 2025December 29, 2021 by Yuba Raj Kalathoki

Introspection refers to the ability of an object to examine and manipulate its own properties, methods, and events. JavaBeans are …

Read More Introspection in Java

What is Java Bean?

February 13, 2025December 29, 2021 by Yuba Raj Kalathoki

JavaBean is a software component model for developing reusable software components in Java. It is a simple and powerful way …

Read More What is Java Bean?

Older posts
Newer posts
← Previous Page1 Page2 Page3 Page4 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