Hi pple,am a newbe to java.I have two different classes in the same package,the main class and another class.they are all running properly independently.HOW can i connect the two classes such that when i run the program,the other class is executed at a particular point in the program.

