Multiple choice technology What JSP is basically used today To make controller To make GUI In writing business logic Deprecated none Reveal answer Fill a bubble to check yourself B Correct answer Explanation JSP is primarily used for creating the view/presentation layer (GUI) in web applications. It generates HTML that is sent to the browser. Controllers are better implemented as Servlets, and business logic should be in separate Java classes.