The Java programming language is a high-level language that can be characterized by all of the following buzzwords:
- Simple
- Object-oriented
- Distributed
- Interpreted
- Robust
- Secure
- Architecture neutral
- Portable
- High performance
- Multithreaded
- Dynamic
Now we will explain each and every term in detail.
Simple:
Java is a simple language it's syntax is taken from C and C++ there is no concept of pointer which makes it easy to understand if anyone has knowledge of opps based language it's very easy to understand java.
Secure:
Java is secure language Error handling features make it easy to use in real time. Classloader bytecode verify and security manager.
Classloader helps to separate package bby classes of local file system
No comments:
Post a Comment