Search Results for: java 8
-
jar
Create Manifest for JAR File
With this example we are going to demonstrate how to create a Manifest for a JAR File. In short, to…
Read More » -
logging
Compare Logger Level
In this example we shall show you how to compare Logger Level. The logging Level is used to control logging…
Read More » -
logging
Conditional logging
This is an example of how to use Conditional logging. Using conditional logging in a Class means that we check…
Read More » -
logging
Log an exception
With this example we are going to demonstrate how to log an exception. In order to do so, we will…
Read More » -
Arrays
Compare two dimensional arrays
With this example we are going to demonstrate how to compare two dimensional arrays. We are using int arrays, but…
Read More » -
Date
Date from specific time
This is an example of how to get a Date from a specific time. The class Date represents a specific…
Read More » -
Date
Convert Date to millisec
In this example we shall show you how to convert a Date to millisec, that means get the long number…
Read More » -
Calendar
Get time in millis using Calendar
This is an example of how to get the time in millis, using the abstract Calendar class, that provides methods…
Read More » -
zip
Calculate CRC32 checksum for byte array
In this example we shall show you how to calculate the CRC32 Checksum of a byte array. To calculate the…
Read More » -
zip
Compress – Decompress files example
This is an example of how to zip and unzip a file. We have implemented the FileCompressionUtil class, that consists…
Read More »