Taylor Emma

A senior editor for The Mars that left the company to join the team of SenseCentral as a news editor and content creator. An artist by nature who enjoys video games, guitars, action figures, cooking, painting, drawing and good music.
2477 Articles

Java – Exceptions

An exception (or exceptional event) is a problem that arises during the…

Taylor Emma

Java – Files and I/O

The java.io package contains nearly every class you might ever need to…

Taylor Emma

Java – Methods

A Java method is a collection of statements that are grouped together…

Taylor Emma

Java – Date and Time

Java provides the Date class available in java.util package, this class encapsulates the current date and…

Taylor Emma

Java – Arrays

Java provides a data structure, the array, which stores a fixed-size sequential collection…

Taylor Emma

Java – Strings Class

Strings, which are widely used in Java programming, are a sequence of…

Taylor Emma

Java – Character Class

Normally, when we work with characters, we use primitive data types char.…

Taylor Emma

Java – Numbers Class

Normally, when we work with Numbers, we use primitive data types such…

Taylor Emma

Java – Decision Making

Decision making structures have one or more conditions to be evaluated or…

Taylor Emma

Java – Loop Control

There may be a situation when you need to execute a block…

Taylor Emma