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

language-fundamentals

Default Variable Initialization in Java

March 19, 2025July 23, 2023 by Yuba Raj Kalathoki

Default Variable Initialization in Java refers to the automatic assignment of default values to variables when they are declared but …

Read More Default Variable Initialization in Java

Array Declaration in Java

July 24, 2023July 20, 2023 by Yuba Raj Kalathoki
Declare and then initialize the array

In Java, arrays are used to store multiple values of the same data type in a single variable. To declare …

Read More Array Declaration in Java

Java String: Introduction to String in Java

April 6, 2025February 11, 2023 by Yuba Raj Kalathoki

What is a String in Java? In Java, a String is a sequence of characters (like “Hello, World!”) stored as an object …

Read More Java String: Introduction to String in Java

Suppressed Exceptions in Java

February 6, 2025February 5, 2023 by Yuba Raj Kalathoki

Exceptions in Java are errors that disrupt normal program flow. But what if multiple exceptions occur at once? This is where suppressed exceptions come …

Read More Suppressed Exceptions in Java

What is Try-With-Resources in Java? A Complete Guide

February 6, 2025February 5, 2023 by Yuba Raj Kalathoki

Java developers often deal with resources like files, database connections, or network sockets that require explicit cleanup to prevent memory …

Read More What is Try-With-Resources in Java? A Complete Guide

Boolean Data Type in Java

March 16, 2025January 20, 2023 by Yuba Raj Kalathoki
Boolean data types in java

The Boolean data type in Java is a primitive data type that can hold one of two possible values: true or false. It …

Read More Boolean Data Type in Java

Serializable Interface in Java

February 25, 2025January 16, 2023 by Yuba Raj Kalathoki

The Serializable interface in Java is a marker interface that indicates that a class can be serialized. Serialization is the …

Read More Serializable Interface in Java

Command Line Arguments in Java

March 19, 2025January 16, 2023 by Yuba Raj Kalathoki

Command line arguments in Java are parameters passed to a Java program when it is executed from the command line. …

Read More Command Line Arguments in Java

A Brief History Of Java

March 21, 2025January 12, 2023 by Yuba Raj Kalathoki

Java stands as one of the most influential programming languages in tech history, powering everything from enterprise systems to Android …

Read More A Brief History Of Java

Internationalization in Java

April 5, 2025April 25, 2022 by Yuba Raj Kalathoki

Internationalization in Java is the process of designing an application that can be adapted to various local languages like Japanese, …

Read More Internationalization in Java

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