I have created my loader class that print the class name when they are loaded at run time. but I want when they execute then only their name get printed and in the order of execution.
And all these classes are in the .jar package.
Please solve my problem.