posted 11 years ago
What changes, when made independently, will enable the code to compile and run?
Correct Answer : Replace Logger logger = new Logger(); with: util.log4j.Logger logger = new util.log4j.Logger();
Looks like it is wrong as Logger.java was defined in different package with default scope. So,the statement will not compile.
Champions aren´t made in the gyms. Champions are made from something they have deep inside them - a DESIRE, a DREAM, a VISION