Cathasaigh

Cathasaigh

I'm an author, writer, musician, and a software developer with over 17 years experience. All glory goes to God.
Aug
27
Java Packages

Java Packages

Java packages allow you to group classes together.
2 min read
Aug
26
Java's Number Class

Java's Number Class

An abstract class in Java used to convert a number to other primitive number types.
1 min read
Aug
23
Code Indentation and Code Simplicity

Code Indentation and Code Simplicity

This one coding standard will naturally simplify your code.
2 min read
Aug
16
Number Systems in Java

Number Systems in Java

Java supports decimal, hexadecimal, octal, and binary number systems.
1 min read
Aug
15
Java Continue Statement

Java Continue Statement

Continue statements allow you to skip an iteration of a loop.
1 min read
Aug
14
Java Break Statement

Java Break Statement

Break immediately terminates a loop's execution.
1 min read
Aug
13
Java For-Each Loop

Java For-Each Loop

For-each loops allow you to execute a block of code for every item in a collection.
1 min read
Aug
12
Java Do-While Loop

Java Do-While Loop

A do-while loop always executes once and then executes until a condition is false.
1 min read
Aug
09
Java While Loop

Java While Loop

While loops repeatably execute a block of code while a condition is met.
1 min read
Aug
08
Java For Loop

Java For Loop

For loops allow you to execute a block of code a fixed number of times.
1 min read