Java is what Sun defines it to be.
You can certainly say Android is a lot like Java but one area where it's not at all like Java is runtime performance, since that's the topic under discussion it's important to highlight the distinction.
If I took C++ sourcecode, compiled it to Java bytecode and automatically rewrote the interface calls to be java platform calls then nobody would say that was C++.