View Single Post
Old Feb 16th, 2006, 11:12 PM   #1
Eric the Red
Hobbyist Programmer
 
Eric the Red's Avatar
 
Join Date: Feb 2006
Posts: 214
Rep Power: 0 Eric the Red is an unknown quantity at this point
Java slower than c++

Now i'm new to java just learning it in school right now and i want to know why is it slower than c++?? now with c++ you declare memory on the stack while in java i don't think you can. Is that the primary reasson that it is slower?

Has it to do with the fact that java is an interpreted language while c++ isn't. Please can someone explain this to me.

Sorry for the newb question.
Eric the Red is offline   Reply With Quote