B)
javac Welcome.java
javac
is the command-line tool that compiles .java
source files into .class
bytecode files.
javac Welcome.java
javac
is the command-line tool that compiles .java
source files into .class
bytecode files.