Gadgets

Showing posts with label Java development. Show all posts
Showing posts with label Java development. Show all posts

Monday, 2 March 2015

Java Interview Questions on Development

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.