View Single Post
  #9 (permalink)  
Old 06-06-2008, 08:55 AM
sukatoa's Avatar
sukatoa sukatoa is offline
Senior Member
 
Join Date: Jan 2008
Location: Cebu City, Philippines
Posts: 527
sukatoa is on a distinguished road
Send a message via Yahoo to sukatoa
Quote:
Originally Posted by Zosden View Post
Three words switch to c++. Java is slow because from what I
understand correct me if I'm wrong. All objects are allocated onto
the heap whereas c++ you can allocate onto the stack.
Heap or stack, it doesn't matter, if can be measured, it is negligible...

The difference between java and c++ is that, java is interpreted(2 process),
1st from the program to JVM, 2nd from JVM to Machine...

C++ compiled files are pure machine language... no interpretation required...
and directly executed....

To keep you updated, try to look at this article....
__________________
A specific, detailed, simple, well elaborated, and "tested before asking" question may gather more quick replies. hopefully
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Reply With Quote