Latest Answer: difference b/w ServerSocket and Socket :ServerSocket : /**Theoritacally ...
Latest Answer: Whenever a customized exception is to be thrown to the user, then the customized or user defined exception classes are created. These classes basically extends the Exception class.When the exception occurs, the exception is caught and the customized ...
Latest Answer: collection is a group of objects.its an basic interface to all interfaces.under collection set and list are sub interfaces.These 2 interfaces extends collection interface.By using collections we can read the elements from the database.if you want to read ...
Latest Answer: hi every bodyjava doesn't supports multiple inheritance .It supports via the interface implementationwhat actually means multiple inheritance:suppose class & sub classes use same type of function names and atlast when u call in the main method ...
Latest Answer: Hi all, what my frnd Abhishek has said is absolutely true.here goes the example class StaticPloymorphism { public ...
Latest Answer: in the case of persistent cookies how a serverpage identify same client, once again they visit to the same website after logout ...
Latest Answer: Both the technologies are server side technologies,each of them has its own advantages.The basic advantages of Servlet over JSP are1) The execution time required in the servlet is lesser than, because jsp is derived from the servlet so when client makes ...
Latest Answer: if u want to add the tld file in struts than you have add one line that is< @ taglib uri="/WEB-INF/struts-bean.tld" prefix="struts-bean" %> ...
What is the diff. in reading the input by BufferedReader and by DataInputStream?And what data type do they return?
Latest Answer: using DataSources We can Connect to DataBase ...
View page << Previous 4 5 6 7 [8] 9 10 11 12 13 Next >>

Go Top