Quote:
Originally Posted by HelloWorld I agreed to your point that Java is more educational friendly than C++
I don't get what do you mean by this 
So we can use Java SDK to program C++? Does it still require JVM to run an application if we use Java SDK in C++? |
The SDK is essentially much (possibly all?) of the source code for the java platform, and is written in C++ (At least, this is the case on Windows, Mac, Solaris and Linux). The SDK lets you write your own extensions to the Java language itself, so, having been originally developed in C++, its easy to see why Java looks similar.