Learn how to use keywords, such as new or class, to create an object.
Also find me here:
Baeldung Author
Shaun Phillips
A coder since the start of his career, Shaun enjoys the vast variety of challenges that software development can bring. He uses his mathematical background to focus on simple solutions that do the job well. Away from the desk, he is a Pokémon GO player and a rock climber.
Here's what I've written (so far):
Baeldung on Java
- All
- Maven (2)
- Security (1)
- Programming (1)
- Logging (1)
- Java (1)
- Algorithms (1)
Common Exceptions of Crypto APIs in Java
Filed under Programming, Security
A quick and practical guide to some common exceptions that can occur while working with encryption in Java.
How to Log to the Console in Color
Filed under Logging
Find out how to add colors to console logs.
Algorithm to Identify and Validate a Credit Card Number
Filed under Algorithms
Learn techniques to identify credit cards by their issuer, and algorithms to ensure the validity of the credit card.
A Guide to Maven Encoding
Filed under Maven
Learn how to set character encoding in Maven.
How to Disable a Maven Plugin Defined in a Parent POM
Filed under Maven
Learn a couple of different approaches to disabling a Maven plugin defined in a parent POM.