This site javatpoint is very useful for programming languages like JAVA,PYTHON,C,C++, Data Structures etc.Java learning Concept also provides technical materials , which are related to latest technologies. We provides very easy lectures to our viewers from beginning to advance level.We focus logical content instead of theoretical content.

Monday, 30 October 2017

Features of java

Features of Java :

1. Security 
2. Portiblity
3.bytecode
4.robust
5. Multithreaded 
6. Architecture neutral 
7. Distributed 
8. Dynamic 

1.security: Java is a more sequare then other languages. Java compiler convert source code into byte code. And this byte codes are run by them Java virtual machine. 

Java is an interpreter, which is installed each client machine that is update with latest security update. So Java can sequare than other languages. 

2. Portability.:portability means run a Java program in different machines, running a Java Programs on different machin can requare different amount of work. When people refer to Java application and applates as portable, that means it can run on different machines without changes. 


3.  Byte code: byte code is a programming code, once compile then run. Through the Java virtual machine stream on the computer processor. By using these approach source code on any platform, once it has been compiled and run. 


4.robust: the multiplateform environment of the web places extraordinary demands on a program, because the program must execute reliable in verify of system. 


5. Multhithreaded: Java was designed to meat  the real world requirement creating interactive network program. Multi threaded means share a program in many platform. 


6: Architecture nutral: a central issue for the Java desigenars was that of code longevity and poartiblmity. One of the main problem facing programmers is that no argument, exist that if you write a program today.


7. Distributed: Java is designed for the distributed environment of the internet because it handles tco/ip protocols. Java is also support remote method invocation. 


8: dynamic : Java programs carry with then substantial amounts of run time type information that is used to varify and resolve Access to objects of run time





Adbox