SunOne Question:
Download Questions PDF

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

SunOne Interview Question
SunOne Interview Question

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 Interview Questions And Answers PDF

Previous QuestionNext Question
How to handle exceptions without using try,catch,throw, and log4j?What does a constructor does?