Search Results for: java 8
-
applet
Draw Image in Applet
With this example we are going to demonstrate how to draw an image in an Applet. A Java applet is…
Read More » -
applet
Get an applet parameter
This is an example of how to get an Applet parameter. A Java applet is a special kind of Java…
Read More » -
applet
Applet lifecycle methods
In this example we shall show you the Applet lifecycle methods. A Java applet is a special kind of Java…
Read More » -
beans
Bean XML deserialization
With this example we are going to demonstrate how to deserialize a java Bean using the XMLDecoder. The XMLDecoder class…
Read More » -
beans
Bean XML serialization
This is an example of how to serialize a java Bean using the XMLEncoder. The XMLEncoder class is a complementary…
Read More » -
crypto
Generate Message Authentication Code (MAC)
With this example we are going to demonstrate how to generate a Message Authentication Code (MAC). We are using the…
Read More » -
crypto
Encrypt/Decrypt file/stream with DES
This is an example of how to encrypt or decrypt a file or stream with DES. DES in computing refers…
Read More » -
crypto
Encrypt/Decrypt with DES using pass phrase
With this example we are going to demonstrate how to encrypt/decrypt with DES using a password phrase. DES in computing…
Read More » -
crypto
Encrypt/Decrypt string with DES
In this example we shall show you how to encrypt and decrypt a String with DES. DES in computing refers…
Read More » -
File
PipedReader PipedWriter example
In this example we shall show you how to use the PipedReader and the PipedWriter. The PipedReader is a class…
Read More »