Latest Answer: Even though we call a jsp page from servlet through request dispatcher,we can not call a perticular method of a jsp from servlet.there is no such mechanism in servlet API.but iam not sure. ...
Latest Answer: Url is used by Client to send request to the server.it contain the path (domain name of the server) whereas Uri is used by server to locate the requested resource on the server machine. Port no. are used to provide interface between client ...
Latest Answer: No we can't . ...
Latest Answer: Response.sendRedirect method retains session values.whereasForward method of the RequestDispatcher interface does not provide you this functionality. ...
Latest Answer: In interface we can call two interfaces by extending those interfaces with extends clause. ...
In interfaces the methods just defined without implementation then what is the purpose of defining the methods?
Latest Answer: these are nice answers ...
Latest Answer: Exception means runtime error and error occures during compile time.So exception could not be an error and viceversa. ...
View page << Previous 1 2 3 [4]

Go Top