I was unable to understand the following file constructors.
public File(String parent, String child) and public File(File parent, String child)
Parent will point to the Directory
Parent
Directory
Child will be its Contents..
Child
Contents