Java Training in Coimbatore | Java Jobs in Coimbatore | Java IEEE Projects in Coimbatore and Java Final Projects in Coimbatore
- Android Bootcamp Training
- Fundamentals of Java Training
- Java Web Development with Spring and Hibernate Training
- Advanced Spring Training
- Java Programming for Android Development Training
- Java Web services Training
- Open notepad
- Save the file.
- Open a command prompt and open your directory.
- javac yourproramname.java
- Now type ' java yourprogramname' and press enter
- then you able to see your answer
How to compile java program
C:/> javac filename.java
To execute
C:/>java filename
Output Statement
System.out.println("your statement here");
Your first java program coding
class murugan{
public static void main (String args[])
{
System.out.println("your Statment here");
}
}
//Their output will be
your statement here
No comments:
Post a Comment