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 will ...
In this Struts 2 file upload example, we’ll walk through the steps of how the popular Apache Java web framework makes it possible for a remote client to transfer a local file through their browser and ...