Please see code below
I had a question since in the static method there is no this reference.I should not be even able to have a reference type of Engine.
It doesnt give a compilation error.However if i try to instantiate as in
it gives compilation error which makes sense.But why would the first case compile.I was thinking that i always need to access the inner class from a static method as OuterClassName.InnerClassMName, isnt that true?
Question 2:
I am trying to download examlab scjp 6 test , however i keep getting error file not found.Would appreciate if someone could help me.