MCQ
File fileobj new File(”/etc/passwd”); How can this statement refer to create Java file object?
- ABy specifying directory and filename as two separate arguments
- BBy using the reference to directory encapsulated in its object
- ✓By specifying relative path
- DBy specifying Incomplete path