z******c 发帖数: 2 | 3 It's really the design philosophy of C++ that makes it fast or
say efficient. Java is not designed to compete with C++ on
performance.
1. For the type of web programming, a lot of time is spent
on DB acess, network or maybe load balancing. As long as
the performance of language meets some bootom line, it's just
fine.
2. In the "gotta have it now" atmosphere of system development,
people would rather go with Java to have a running system next
month, instead of next year.
3. Because of the power a |
|