Interview
questions on java development. In this article I have given solutions in programmatically
and diagrammatically for each and every question.
Here
the questions are how to compile and run java programs, how to compile multiple
java source files etc.
1) What is the
purpose of javac command?
We use javac
command to compile a single or group of java source files.