explain features of java in breef
Answers
Answered by
3
-java is an object oriented programming language.
-Java programs are both compiled and interpreted.
-Java can access data from local system as well as from net.
-Java program is written within a class. The variables and functions are declared and defined in the class.
-Java programs can create applets and applications like any other programming language.
-Java is case sensitive. the uppercase and lowercase letters are distinguished by the language.
-Java programs are both compiled and interpreted.
-Java can access data from local system as well as from net.
-Java program is written within a class. The variables and functions are declared and defined in the class.
-Java programs can create applets and applications like any other programming language.
-Java is case sensitive. the uppercase and lowercase letters are distinguished by the language.
Harshi666:
follow me for better answers
Answered by
0
Answer:
Object Oriented. In Java, everything is an Object. ...
Platform Independent. ...
Simple. ...
Secure. ...
Architecture-neutral. ...
Portable. ...
Robust. ...
Multithreaded.
Explanation:
Similar questions