Core Java (I) key terms in the Java White Paper

Source: Internet
Author: User

Key terms in the Java White Paper:

  1. Simplicity: Java is easier to learn than C ++. Java removes the incomprehensible features rarely used in C ++, and many syntaxes are similar to C ++.
  2. Object-oriented, modern programming languages are almost all object-oriented.
  3. Network skills, powerful and easy-to-use Java network capabilities.
  4. Robustness. Java uses a pointer model instead of a display pointer to eliminate the possibility of overwriting memory and corrupt data.
  5. Security: Java can build anti-virus and tamper-resistant systems with high security performance.
  6. The architecture is neutral. The Java compiler generates bytecode irrelevant to the specific computer architecture to implement this feature. Well-designed bytecode can be easily interpreted and executed on any machine, it can also quickly translate the local machine code.
  7. Portability. Java does not depend on specific implementations. All data types are fixed. binary data is stored and transmitted in a fixed format, and strings are stored in a standard unicode format.
  8. The interpreter can execute Java bytecode on any machine with the interpreter transplanted.
  9. High performance, bytecode (at runtime) can be quickly translated into a specific CPU machine code that runs the application.
  10. Multithreading and multithreading can bring better interaction response and real-time behavior.
  11. Dynamic. You can add some code to a running program.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.