How to check if directory is empty in Java
How to check if a directory is empty in Java. Example using list() method of File class.
How to get the current working directory in Java
How to get the current working directory in Java using user.dir system parameter.
How to calculate date/time difference in Java
How to calculate the date and time difference in Java using a simple method of division and remainder of division.
Client Server Socket example in Java
Client Server Socket example in Java. Client example reading the input from the console. Simple echo server example.
How to convert Char to String in Java
How to convert Char to String in Java using String.valueOf
and Character.toString
method.
How to install maven on macOS
How to install maven on macOS. Simple 5 steps: download, extract, path, maven settings and test.
Search
Other Posts
Follow Us On