asked 75.6k views
3 votes
The command to compile a class in the file test.java is ______________.

asked
User Phact
by
7.7k points

1 Answer

5 votes
javac test

Windows may require an absolute path for javac.
answered
User Sam Borick
by
7.9k points