Introduction To Java Presentation
Introduction To Java Presentation
• Java virtual machine is the like usual computer which translate high
level language into machine language.
• Just like that java virtual machine also translates bytecode into
machine language.
• Slow performance.
C++ JAVA
• Platform dependent. • Platform independent.
• Pointers are used. • No pointers.
• Fast compilation. • Slower at compile time.
• Supports only English language. • Supports international languages
• Multiple inheritance. using Unicode.
• No multiple inheritance.
EDITIONS
• JAVA SE: create standalone programs for desktop computers and
services.
• JAVA ME: create programs for smart phones and mobile devices.
• JAVA EE: set of technologies built on sun Java SE. programmer
develop large applications for organizations which is often used in
web for web applications. Its goal is to sharply and reduce time by
program development.