Obix Labs are pleased to announce release 1.0.2 of the Epsilon performance/latency monitoring library. Epsilon allows you to define performance criterion for your applications and to monitor these during the application’s lifetime. Its API is as simple as that of a common logger. It even provides annotations, thereby removing the need to use its API...
StringBuffer versus String
What is the performance impact of the StringBuffer and String classes? Java provides the StringBuffer and String classes, and the String class is used to manipulate character strings that cannot be changed. Simply stated, objects of type String are read only and immutable. The StringBuffer class is used to represent characters that can be modified. The...
Inside Serialization
Jul 10, 2009
Serialization is the process of saving an object’s state to a sequence of bytes; deserialization is the process of rebuilding those bytes into a live object. The Java Serialization API provides a standard mechanism for developers to handle object serialization. In this tip, you will see how to serialize an object, and why serialization is sometimes...
Chocolate is a Vegetable



Follow