Question: You have a java project arranged as follows: / home / yourLoginName / project / src / homework / a . java b . java

You have a java project arranged as follows:
/home/yourLoginName/ project/
src/
homework/
a. java
b. java
c. java
All of your .java files start with the line: "package homework;".
Which of the following command sequences would successfully compile your project?
cd ? project; javac -cp src:bin -d bin src/homework/*.java
cd ? project; javac -cp src src/homework/.java
cd ? project/src/homework; javac *.java
You have a java project arranged as follows: /

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!