News

The Java serialization tutorial. In this Java serialization example, we will use both the ObjectOutputStream and the ObjectInputStream to save and retrieve the state of a simple JavaBean. The POJO ...
Java Scanner char input example. Interestingly, the Java Scanner char input is not supported through a defined method in the Scanner class. However, it is possible to have a Scanner input one char at ...