Given an Application object named WeatherApp, which of the following gets the Application object?

Given an Application object named WeatherApp, which of the following gets the Application object?



Answer: WeatherApp app = (WeatherApp) getApplication();


Learn More :