Java Security Tutorials

Java was created by Sun Microsystems (co-founded by Bill Joy pHD.) with the idea of "write once, run anywhere." It started out as a popular language for building games and other programs that run within a browser. Later the Java program began to be used in consumer devices such as cell phones. If you want to keep up with some of the latest information for this language, you'll want to read the helpful tutorials in this section.

Recent Java Security Tutorials

A Three-Pronged Solution for Identifying Users

In: Java / Security June 28, 2008 The problem of system security starts with discovering the identity of the user on the other end of the communications link...

Rating: Votes: 0 Views: 75
Secure Communication Between Peers: SSL Through JSSE

In: Java / Security June 28, 2008 A core requirement of any non-trivial P2P application is secure communication between peers. While the details of the security...

Rating: Votes: 0 Views: 78
1