Introduction

The Java environment was designed with security in mind. As a language destined for network operation, Java's developers at Sun Microsystems were well aware of the dangers of potential hackers manipulating code being moved over a network. The Java language has built-in security features that can provide tight control over the process of class loading and the interaction of the application to its operating environments (e.g., the disk, the network ports).

As this chapter details, Java security is designed around two types of security: application security and system security. Java provides security features and packages to manage both types of security.

Get J2EE™ and Beyond: Design, Develop, and Deploy World-Class Java™ Software now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.