Features of Java
Hello friends, Today we discuss Features of Java in very simple way. The main features of Java Programming is;It is Object Oriented programming Language so it is more secure and simple.
It is object oriented programming language. It is more simple and easy language.
Some Important Java Features are;
- Simple
- Secure
- Platform Independent
- Distributed
- Robust
- Architectural Neutral
- Object Oriented
- High Performance
- Dynamic
- It is Easy to write and more readable and eye catching. Most of the concepts are drew from C++ thus making Java learning simpler.
- Secure :Java program cannot harm other system so it is secure. Java provides a secure means of creating Internet applications. Java provides secure way to access web applications.
- It is portable language, Java programs can execute in any environment for which there is a Java run-time system.(JVM)
- It is programming is object-oriented programming language.
- Java encourages error-free programming by being strictly typed and performing run-time checks.
- It is Multithreaded programming language, Java provides integrated support for multithreaded programming.
- It is Architecture-neutral; Java is not tied to a specific machine or operating system architecture.
- Machine Independent i.e Java is independent of hardware .
- Java is High performance language; Bytecodes are highly optimized. JVM can executed them much faster .
- It is Distributed language; Java was designed with the distributed environment.
- It is 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.
No comments :
Post a Comment