The major Java features.
- Object-Oriented – java is based on object-oriented programming where the class and methods describe about the state and behavior of object.
- Portable – Java program gets converted into Java Byte Codes that can be executed on any platform without any dependency.
- Platform independent – java works on “write once and run anywhere” as it supports multiple platforms like Windows, Linux, Mac, Sun Solaris, etc.
- Robust – Java has a strong memory management as there is no pointer allocations. It has automatic garbage collection that prohibits memory leaks.
- Interpreted – java compiler converts the codes into Java Byte Codes which are then interpreted and executed by Java Interpreter.
No comments:
Post a Comment