-
Most efficient way to copy array in Java
Most efficinet method to copy arrays in Java. Example of Syste.arraycopy method.
-
Parse JSON String Using Date Format in Java
Java example to parse json string for specifying date format.
-
Example to get user home directory in Java
Best way to get user’s home directory and current program execution directory in Java.
-
How to generate secrete key in Java
Java example to generate random secrete key using KeyGenerator class.
-
Get Local IP Address Using Java
Best way to get local ip address of system in Java. Java example to get local ip address.
-
Best Way To Get File Extension In Java
Java example code to get file extention with all checks.
-
Detecting OS Type In Java
Java example to detect OS type. A very simple and handy Java class to determine under laying OS type.
-
Best Way To Reading Text file line by line Using Java
Example of reading text file line by line and reading lines with some condition.
-
How to check file is a Symbolic Link Using Java
Java code example to check symbolic link.
-
Check two Calendar Instance Has Same Time Instance In Java
Java function to check same time intancebetween two calendar and Date objects.