Cathasaigh

Cathasaigh

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

Gotchas in Java Packages

Problems that you can encounter when working with Java packages.
2 min read
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