health

Technology

business posts

Powered by Blogger.

Total Pageviews

Name

your name

Email *

Your Email

Message *

your message

Followers

Translate

Pages

Pages

How to compile a java file?

Following example demonstrates how to compile a java file using javac command.
c:\jdk\demoapp> javac First.java 

Result:

The above code sample will produce the following result.

First.java compile successfully.

No comments: