Features of Java
• Java is platform independent
• Java is robust. Robust means powerful.
• Why is it powerful?
• Because java works in multiple platforms like linux, windows, etc
• Memory allocation and it will automatic collects the garbage
• Error handling or exceptional handling
• Java is secured because compile-time checks work perfectly
• No pointers concept in java and security APIs
• Java is distributed because it can be connected with two or three devices at the same time, but Java can be performed in multiple systems.
• Java is multithreading, which means it can perform without affecting any tasks and performs very fast
• Java is mainly an OOPs programming language [class, objects, inheritance, polymorphism, abstraction, encapsulation, interface].
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)