Wednesday, January 9, 2019

01-09-2019

农历生日

路上看microservices

看Core Java I 11th edition
Read about 11 buzzwords (Chapter 1.2)
Chapter 1
1.2 11 buzzwords

  1. Simple
  2. Object-Oriented
  3. Distributed
  4. Robust
  5. Secure
  6. Arcitecture-Neutral (JVM, Java runtime system)
  7. Portable (size of primitive dat types are specified, for example int is always 32bit.)
  8. Interpreted (jshell in Java 9 for rapid and exploratory programming)
  9. High-Performance (just-in-time compilers)
  10. Multithreaded (use more processors in parallel)
  11. Dynamic
1.3 Java applets and the Internet
    applets: Java programs that work on web pages (need a supporting browser)
But actually Flash became popular.
Nowadays usually can use HTML and Javascript

No comments:

Post a Comment