|
Re: Learning to Program in Java
I once was designing a program to perform several million iterations and distance calculations. I worried constantly about memory and time. When it was run in java it executed in just under 1 second.
1 second.
I gave up on the differences between C++ and Java at that point.
|