State about the performance of java
First versions of java were pretty slow.
Java performance has gotten a lot better with aggressive just-in-time-compiler (JIT) techniques.
Java performance is now similar to C -- a little slower in a few cases, faster in a few cases. Though memory use and startup time are both worse than C.