Test class has been saved with file name “Abc.java”. Which of the given options is the correct command to successfully run the
following code?
class Test{
public static void main(String args[]){
System.out.println("Hello Java")
}
}
Select
a. javac Abc , java Test
b. javac Test , java Abc
c. javac Test , java Test
d. javac Abc , java Abc
Answers
Answered by
1
Answer:
option 1
javac Abc , java Test
Similar questions
English,
4 months ago
English,
4 months ago
Science,
4 months ago
Political Science,
9 months ago
Math,
1 year ago