home > java

java_

What on earth is ASCII?

What is ASCII? Why was it created? How is it used to encode characters for storage and communication? And how do you harness its power in your next Java or Python project?

Check whether a character is lowercase in Java

Ever need to verify if a character in your Java code is lowercase? This rapid tutorial dives into the world of character cases and equips you with the essential skill of checking for lowercase letters.

Check whether a character is Uppercase in Java

Ever need to verify if a character in your Java code is uppercase? This rapid tutorial dives into the world of character cases and equips you with the essential skill of checking for lowercase letters.

Extracting Data in Java: How to read text files

Explore different ways to read data from text files in Java. Learn to read text files line-by-line, character-by-character, as a String object or into a List object.

How to check if a character is non-printable in Java

This tutorial tackles two questions: i) what is a non-printable character; ii) how do I check if a character is non-printable in Java?

Convert a char value to an int value in Java

Ever need to convert a char or Character to an int in Java? This rapid tutorial dives into the world of character conversion and equips you with the essential skill of converting a char into int. Different approaches are considered, including developing your own solution!

Writing Data in Java: How to create and write to a text file

Explore different ways to write data to text files in Java. Learn how to create file writers and write data as Strings or bytes.

Duplicating Arrays in Java - Don't Fall for the Shallow Trap!

Arrays are fundamental building blocks in Java, but copying them can be trickier than it seems. If done incorrectly, your program can suffer from issues caused by aliases.

The infinite for loop in Java

Did you know you can create an infinite loop using a for loop in Java? If not, this is the post for you!

Ready to join the movement?

Dive into our articles, explore our resources, and join the clan. Together, let's rewrite the rules of coding education and prove that learning can be fun, effective, and a little bit rebellious.

Subscribe to receive updates about new posts.