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

DropWhile() and takeWhile() Methods in Java Stream API

July 5, 2023June 15, 2023 by Yuba Raj Kalathoki
dropWhile

The Java Stream API, introduced in Java 8, revolutionized the manipulation of collections and data processing. With their robust functional …

Read More DropWhile() and takeWhile() Methods in Java Stream API

Send Email Using Java

May 13, 2026June 14, 2023 by Yuba Raj Kalathoki
Send Email Using JAVA

In today’s interconnected world, email has become an indispensable communication tool. As a Java developer, knowing how to send emails …

Read More Send Email Using Java

Collection Interface in Java

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

The Collection interface in Java serves as the foundation for the Java Collections Framework. Which provides a unified architecture for …

Read More Collection Interface in Java

Convert Integer to String in Java

May 6, 2023February 12, 2023 by Yuba Raj Kalathoki

Converting an Integer to a String in Java is very easy. In this post, we will learn to convert an …

Read More Convert Integer to String in Java

Difference Between int and Integer in Java

May 3, 2023February 12, 2023 by Yuba Raj Kalathoki

In this post, we will learn the difference between int and Integer in Java. In layman’s terms, int is a …

Read More Difference Between int and Integer in Java

Convert List to Comma Separated String in Java

June 15, 2023February 11, 2023 by Yuba Raj Kalathoki

In this post, we will learn to convert a List of String to a comma separated String in Java. To …

Read More Convert List to Comma Separated 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

How to Generate Random Number in Java?

February 13, 2025January 27, 2023 by Yuba Raj Kalathoki

Generating random numbers in Java is a common task that is often used in a variety of applications, such as …

Read More How to Generate Random Number in Java?

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

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