This tutorial is explain about what are the features of Java. there is describe all the 10 features in Java.
Java Features:-
1. Simple:- Java was designed to be easy for the programmers to learn and use. Because java inherit the C/C++ syntax and many of the OOP Features of C++.
2. Secure:- when you are download any code then its contain many of harmful virus or harmful code. Harmful code cause demage because its getting unauthorized acesses and its taking your personal and bank information. Java enable applets to be downloaded and executed in client computer safely. Java prevent from these viruses.
3. Portability:- When you create a program in one system and you want to use that program on different platforms or system then java helps you to execution of the code on different platforms.
Most Read:- How many data types used in java? Describe?
4. Object Oriented:-Although influenced by its predecessors, Java was not designed to be source-code compatible with any other language. This allowed the Java team the freedom to design with a blank slate. One outcome of this was a clean, usable, pragmatic approach to objects
5. Robust:-The multiplatformed environment of the Web places extraordinary demands on a program, because the program must execute reliably in a variety of systems. Thus, the ability to create robust programs was given a high priority in the design of Java.
6. Multi Threading:- Java was designed to meet the real-world requirement of creating interactive, networked programs. Java supports multithreaded programming, which allows you to write programs that do many things simultaneously
7. Architecture Natural:- the main goal was “write once; run anywhere, any time, forever” . One of the main problems facing programmers is that no guarantee exists that if you write a program today, it will run tomorrow even on the same machine. Operating system upgrades,processor upgrades, and changes in core system resources can all combine to make a program malfunction. The Java designers made several hard decisions in the Java language and the Java Virtual Machine in an attempt to alter this situation.
Most Read:- How many java Oprators and its use? Describe?
8. Interpreted and High Performance:- Java enables the creation of cross-platform programs by compiling into an intermediate representation called Java bytecode. This code can be executed on any system that implements the Java Virtual Machine.
9. Distributed:-Java is designed for the distributed environment of the Internet because it handles TCP/IP protocols. Java also supports Remote Method Invocation (RMI). This feature enables a program to invoke methods across a network.
10. Dynamic:- Java programs carry with them substantial amounts of run-time type information that is used to verify and resolve accesses to objects at run time.
Most Read:-Constructor in Java
0 Comments
Hello Friends, Please comment and share and do not write spam messages