|
When the Java interpreter needs to use a definition of the HelloObject class, where will it be found? A good answer might be:In the file of bytecodes, HelloObject.class. | |
Steps in Running the ProgramHere is how the program runs. (Remember that it is actually the bytecodes that run. However it is convenient to temporarily pretend that the statements of the source program run one after another, starting in main().)
| |
QUESTION 11:Could you activate the speak() method without creating an object? Click Here after you have answered the question |