Please enable JavaScript.
Coggle requires JavaScript to display documents.
CHAPTER 2 :FUNDAMENTALS OF THE JAVA PROGRAMMING LANGUAGE - Coggle Diagram
CHAPTER 2 :FUNDAMENTALS OF THE JAVA PROGRAMMING
LANGUAGE
Introduction to Java
Java is a Object Oriented Programming
(OOP) language.
It is simple and easy to understand
wide variety of operating
environments.
a powerful and popular language to
develop Internet applications.
Java Architecture
Java source code
Java compiler
Java bytecode (Object code)
Java Virtual Machine (JVM)
Features of Java
Object-Oriented Distributed Simple Multi-threaded Secure Platform-Independent Portable Robust
Anatomy of Java program
comment
reserved word
modifiers
statements
blocks
classes
method
main method
Style and convention
Appropriate comments and comments
style
• Naming conventions
• Proper indention and spacing
• Block styles