Last week, we had the author of TDD for a Shopping Website LiveProject. Friday at 11am Ranch time, Steven Solomon will be hosting a live TDD session just for us. See for the agenda and registration link
Suppose we have a main class Test.java with main method. Then, which class loader will be used to load this class? Will it be bootstrap or application class loader?
And, how can we check the order of class loaded in memory along with class loader details?