New SunOne Interview Questions :: ALLInterview.com http://www.allinterview.com New SunOne Interview Questions en-us what is swing and jsp. where we use swings and jsp http://www.allinterview.com/showanswers/23700.html 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 th what does a constructor does. http://www.allinterview.com/showanswers/23699.html Constructor is a member function of class that is used to create objects of that class. we can also intialise instance variables. How to handle exceptions without using try,catch,throw, and log4j http://www.allinterview.com/showanswers/23698.html Generally without try catch trow we can not handle exceptions handling is not a good practice. In that case we have to first find the probalbe case for exception and using if else codition we have to implement those condition and handling th