There are many features of java---
*Object oriented
In java, everything is an object.java can be effectively stretched out and extended to unimaginable dimension since it is focused around the object model.
*Independent of the platform
Dissimilar to numerous other programming dialects including c and c++ ,when java is aggregated ,it is not converted into a form ,which is particular to any machine.Insted ,it is converted into a machine -independent byte code.This byte code is conveyed over the web and deciphered by Virtual Machine or JVM on whichever stage it is generally run.
*Simple
java is intented to be not difficult to learn .In the event that you comprehend the essential idea of oop,java would not be difficult to ace.
*Secure
With java's security framework ,it empowers to create frameworks,which of free of virus and tampering.Public -key encryption ids used as the core authentication stratergy.
*Portability
The fact that java code is machine and platform independent makes it extremely compact.Compiler in java is composed in ANSI c with a clean conveyabiliyty limits ,which is a POSIX subset.
*Robustness
java tries to kill circumstance , which can lead to potential system failures,by stressing chiefly on runtime checking and compile time checking.
*Distributed
java is intented for the conveyed environment of the web.
*Dynamic
java is throught to be more dynamic than c or c++ since it is intented to adjust to an advancing enironment.
No comments:
Post a Comment