SunOne Question:

What is swing and jsp. Where we use swings and jsp?

Tweet Share WhatsApp

Answer:

Java Swing is technolgy which we are using to design
desktop application.
JSP is a server side technology called as Java Server Pages.

when we need to design a application in client - server
architecture where client is desktop application then we
will go for swings in java, and we can use jsp on
serverside.

JSP is also used to represent the view as HTML on browser
in MVC architecture.

Download SunOne PDF Read All 3 SunOne Questions
Previous QuestionNext Question
How to handle exceptions without using try,catch,throw, and log4j?What does a constructor does?