A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
JavaRanch
»
Java Forums
»
Certification
»
Programmer Certification (SCJP/OCPJP)
Author
will the entire program be in the main memory?
pras
Ranch Hand
Joined: Apr 04, 2007
Posts: 188
posted
Nov 28, 2007 11:41:00
0
what will happen when we compile the
java
program?
/************Doubt**************/
1> will the entire bytecode go into main memory of our computer.
2> what happens in c/c++?
marc weber
Sheriff
Joined: Aug 31, 2004
Posts: 11343
I like...
posted
Nov 28, 2007 16:02:00
0
Compiling
a program into class files is one thing.
Loading
classes to run is another, and the details are likely platform specific.
One thing is certain: This will
not
be on the
SCJP
exam (especially the part about C/C++).
"We're kind of on the level of crossword puzzle writers... And no one ever goes to them and gives them an award."
~Joe Strummer
sscce.org
I agree. Here's the link:
http://zeroturnaround.com/jrebel
- it saves me about five hours per week
subject: will the entire program be in the main memory?
Similar Threads
an API to minified a string ?
JVM memeory allocation
Simple precedence question.
difference between exe file and batch file
Does Java have buffer overflows and memory leaks?
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter