-
applet
Play audio in Applet
In this example we shall show you how to play audio in an Applet. A Java applet is a special…
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 » -
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 property change event listener
In this example we shall show you how to change a Bean’s property using an event listener. We will use…
Read More » -
beans
Get/Set a bean property
This is an example of how to get and set a bean property. We are using the Statement class. A…
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
List available Encryption/Decryption algorithms
This is an example of how to list all the available Encryption/Decryption algorithms. In order to do so we have…
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 » -
InputStream
Read char from console with InputStream
This is an example of how to read a char from console using an InputStream. It is an abstract class…
Read More »