java ppt
java ppt
• Two reason:
1: Trouble with C/C++ language is that they are not portable and are
not platform independent language.
Emergence of worldwide web,which demanded portable programs
2: Portability and security necessitated
What is Java?
• Java is simple
• Java is object-oriented
• Java is distributed
• Java is dynamic
• Java is secure
• Java is interpreted
• Java is portable
Advantage of java
Performance
Java programs take much longer time to run compared to C/C++.
Memory
Since Java Programs run on top of Java Virtual Machine, it consumes more
memory.
Cost
Since memory and processing requirements higher, hardware cost increases.
Low level programming
There is no support for low level programming in Java, like pointers are
missing.
Garbage collection
There is no control over garbage collection in Java. That is programmer does
not have any right to control the garbage collection. Java does not provide
functions like delete(), free().
THANK YOU