How to check if directory is empty in Java

  • 19 January 2017
  • ADM

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

  • 17 January 2017
  • ADM

How to get the current working directory in Java using user.dir system parameter.


How to install maven on macOS

  • 06 December 2016
  • ADM

How to install maven on macOS. Simple 5 steps: download, extract, path, maven settings and test.


How to delete directory in Java

  • 19 October 2016
  • ADM

How to delete directory in Java using File.delete() method. Recursive delete is applied if the directory is not empty.


Apache Maven Basic Operations

  • 22 June 2016
  • ADM

Apache Maven Basic Operations contains short description on maven commands like, clean, package, install, deploy, mvn eclipse:eclipse


Windows basics commands and tools for developers

  • 23 May 2016
  • ADM

Windows command prompt basics commands like ping, telnet, dir, cd, ipconfig and tools like Task Manager, Services, Registry.