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 – Applet Basics

An applet is a Java program that runs in a Web browser. An applet…

Taylor Emma

Java – Multithreading

Java is a multi-threaded programming language which means we can develop multi-threaded program using…

Taylor Emma

Java – Sending Email

To send an e-mail using your Java Application is simple enough but…

Taylor Emma

Java – Networking

The term network programming refers to writing programs that execute across multiple devices (computers),…

Taylor Emma

Java – Serialization

Java provides a mechanism, called object serialization where an object can be…

Taylor Emma

Java – Generics

It would be nice if we could write a single sort method…

Taylor Emma

Java – Collections Framework

Prior to Java 2, Java provided ad hoc classes such as Dictionary, Vector,…

Taylor Emma

Java – Data Structures

The data structures provided by the Java utility package are very powerful…

Taylor Emma

Java – Packages

Packages are used in Java in order to prevent naming conflicts, to…

Taylor Emma

Java – Interfaces

An interface is a reference type in Java. It is similar to…

Taylor Emma