Thread: Is This True?
View Single Post
  #4 (permalink)  
Old 07-31-2007, 11:20 AM
Bench Bench is offline
Full Programmer
Join Date: Jul 2007
Location: UK
Posts: 113
iTrader: (0)
Bench is on a distinguished roadBench is on a distinguished roadBench is on a distinguished roadBench is on a distinguished roadBench is on a distinguished road
Quote:
Originally Posted by HelloWorld View Post
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.

__________________

Digg this Post! Del.Icio.Us this Post! Technorati this Post! Furl this Post! Mister Wong this Post! Newsvine this Post! Spurl this Post! Reddit this Post! Netscape this Post!
Reply With Quote
The Following User Says Thank You to Bench For This Useful Post:
HelloWorld (07-31-2007)