Learn how to use Java’s System.in.read().
Also find me here:
Baeldung Author
Anuj Gaud
I'm a seasoned QA professional and technical author proficient in Java, Selenium, and Testing. When I'm not ensuring software quality, you can find me indulging in my love for driving, exploring new roads and embracing the freedom of the open journey.
Here's what I've written (so far):
Baeldung on Java
- All
- Java String (2)
- Java IO (2)
- Java (2)
- Data (2)
- XML (1)
- Security (1)
- Persistence (1)
- Logging (1)
- Java Numbers (1)
- Java Dates (1)
- Java Array (1)
- JVM (1)
- DevOps (1)
- Cloud (1)
- Algorithms (1)
Introduction to OpenGrok
Filed under Java
In this article, we learn how to get started with OpenGrok, an open-source code search and cross-reference engine.
Enable Java SSL Debug Logging
Learn how to enable SSL Debug Logging in Java to enhance visibility into your application’s SSL-related activities.
Convert byte to int Type in Java
Filed under Java Numbers
Learn how to convert a byte to an int in Java.
Format LocalDate to ISO 8601 With T and Z
Filed under Java Dates
Explore various techniques for formatting a LocalDate to the ISO 8601 format. This format includes the ‘T’ separator and the ‘Z’ indicating UTC time.
Check if a String Contains Only Unicode Letters
Filed under Java String
Learn how to check if a Java string contains only Unicode letters.
How to Convert an Object to String
Filed under Java String
Explore various techniques for converting an object to its string representation in Java.
Baeldung on SQL
- All
- Databases (1)
Getting Started With TimescaleDB
Filed under Databases
Learn about TimescaleDB, an open-source time-series database built on top of PostgreSQL.