Java Coding
Java Coding
1
A Simple Java Program
2
Java Development tools
• You can use a text editor, to create Java Programs and to compile and
run the programs from the command windows.
• You can use a Java development tool
• NetBeans, Eclipse
• Integrated development environment(IDE)
• quick, effective
• Self-study tutorials
• Java Fundamentals I- Introduction to NetBeans IDE, Part 1
• https://www.youtube.com/watch?v=Hv2yvXTVTVo
• Eclipse IDE Tutorial:
• https://www.youtube.com/watch?v=23tAK5zdQ9c
3
Step 1:Creating and Editing Using NotePad++
4
Creating, Compiling, and
Running Programs
Create/Modify Source Code
Result
7
Trace a Program Execution
Enter main method
8
Trace a Program Execution
Execute statement
print a message
to the console
9
Download eclipse
Eclipse IDE quick start