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: The idea is that a URL is a mechanical link to a resource's location, where it can be downloaded. For this reason, a URL contains a hostname and a local part, all of which can be resolved anywhere on the Internet. What a URN tries to do is different. ...
Latest Answer: No we can't . ...
Latest Answer: Forward will forward the same request where as the send redirect will create another request for the request which it gets. ...
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: There are two Process of Exception Flow Checked & Unchecked it one of common conditionhere Java used Type of Exception Following Types (1)IOException,
(2)FileNotFoundException,
(3)ArithmeticException, (4)NullPointerException,
(5)ArrayIndexOfBoundException ...
View page << Previous 1 2 3 [4]

Go Top