ir a principal
|
Ir a lateral
Java Programming
matternospaces@yahoo.in
Java
C#
CPP
SQL
Servlet
JSP
EJB
How to compile a java program
Posted by
Aman
at
6:01 PM
Labels:
Introduction to java
Use the following series of steps to compile a java source file.
Open the command prompt.
Go to the directory, where your java source file is stored.
Type
javac filename.java
The above command creates a .class file and your java source file is compiled.
To run the compiled java program type
java filename
without .java extension.
0 comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Search
Search:
About Me
My name is Aman Dhiman and i have learned Java, J2EE, C++, C#, .Net, SQL. I have taught these languages in an NIIT Center for 6 months. I love travelling and i love to watch Travel and Living Channel.
Tags
Introduction to java
(7)
Java Arrays
(1)
Java Networking
(1)
Archive
▼
2009
(9)
►
July
(1)
▼
June
(8)
ServerSocket and Socket classes
How to use Do-While loop
How to use While loop
How to use For loop
How to use if-else in java
How to compile a java program
A simple program
What is Java ?
0 comments:
Post a Comment