9 Logging Sins in Your Java Applications

Getting started with logging in your Java application can be quite easy. Learn how to do logging right and get the most out of your log data. Read more

Similar

Java Long Class

Java.lang package provides a Long class which wraps a value of the primitive type long in an object. An object of type Long contains a single field whose type is long. (more…)

Read more »