FEATURES OF JAVA by R4R Team

FEATURES OF JAVA

1.Simple :-
Java is Sipmle to learn .Programs are easy to write and debug because java does not use the pointers explicitly. It is much harder to write the java programs that can crash the system but we can not say about the other programming languages.
2.Object-orientated programming language:- Java is Object oriented programming languages. Except the primitive data types, all elements in Java are objects.
3.Automatic Memory Management :-
Automatic garbage collection - memory management handled by JVM
4.Dynamic:-User can access the files from the any location ,from local system or from anywhere location
5.Distributed:-Using protocols like HTTP and FTP  java developers . can call functions on these protocols and can get access the files from any remote machine on the internet .
6.Portable:-
The feature Write-once-run-anywhere makes the java language portable provided that the system must have interpreter for the JVM.
7.Security :-
Java is secure because java do not used memory pointers explicitly. programs are run inside the JVM sand box
8.Platform independent: -Write once run anywhere makes java platform independent.
Leave a Comment: