Observe the below command
javac -d. Test.java
Which of the following statements is/are true?
1. The package structure is created in the folder where javac is located
2. The package structure is created in DA
3. The structures created in the current directory
4. None of these options
Answers
Answered by
10
Answer:
3.the package structure is created in current da
Similar questions