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.
2363 Articles

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

Java – Basic Operators

Java provides a rich set of operators to manipulate variables. We can…

Taylor Emma

Java – Modifier Types

Modifiers are keywords that you add to those definitions to change their…

Taylor Emma

Java – Variable Types

A variable provides us with named storage that our programs can manipulate.…

Taylor Emma

Java – Basic Syntax

When we consider a Java program, it can be defined as a…

Taylor Emma