路上看microservices
看Core Java I 11th edition
Read about 11 buzzwords (Chapter 1.2)
Chapter 1
1.2 11 buzzwords
- Simple
- Object-Oriented
- Distributed
- Robust
- Secure
- Arcitecture-Neutral (JVM, Java runtime system)
- Portable (size of primitive dat types are specified, for example int is always 32bit.)
- Interpreted (jshell in Java 9 for rapid and exploratory programming)
- High-Performance (just-in-time compilers)
- Multithreaded (use more processors in parallel)
- 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