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-tutorial

Data Types in Java

February 3, 2025January 18, 2025 by Yuba Raj Kalathoki

Java is a strongly-typed language, meaning every variable must be declared with a data type. This ensures type safety, which …

Read More Data Types in Java

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

Type Conversion and Casting in Java

March 18, 2025March 14, 2021 by Yuba Raj Kalathoki

Type conversion and casting in Java are techniques used to convert a value from one data type to another. These …

Read More Type Conversion and Casting in Java

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
  • Tutorial
    • Java Tutorial
    • Swing Tutorial
    • JDBC Tutorial
    • Java String Tutorial
    • Servlet and JSP Tutorial
  • Mongo DB
  • AWS
  • DevOps
  • Linux
  • Git