Question: Question 1 1 pts What is the difference between an absolute file path and a relative file path? O Arelative path uses forward slashes and

Question 1 1 pts What is the difference between an absolute file path and a relative file path? O Arelative path uses forward slashes and an absolute path uses back slashes. An absolute path allows you to access a file from anywhere on your system. O Arelative path usually begins with C:/ (on Windows) or (on Mac/Linux) An absolute path allows you to access a file relative to the folder you are in. Question 2 1 pts If you are inside of the Documents folder on a windows computer, what is the relative path to a file called data.txt which is stored inside a java-programs folder inside the Documents folder? Documents/java-programs/data.txt ../java-programs/data.txt java-programs/data.txt C:/Documents/java-programs/data.txt
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
