The Application() constructor builds an instance of the Application class.
Note
When there are multiple instances of Application classes only one at a time can execute it's run() method. Call requestShutdown() to stop the current instance and start the run() method of another Application class.