Latest Answer: For RMI you can find in Appendix of Matering EJB , here is the link http://www.theserverside.com/tt/books/wiley/masteringEJB/downloads/MasteringEJB3rdEd.pdfand comming to servlets basics you can find it any J2EE Book by wrox publications or Java Servlets ...
Which class decodes a string into a URL encoded MIME type?A: MIMEDecoder B: URLDecoder C: MIMETypeDecoder D: ContentDecoder
How do you send data from windows application(from application made using swing or AWT) to web application using java(to website made using JSP or Servlet)?
Latest Answer: performance tunning means making a java application to run fast1)Clear unwanted garbage collection from the memory2)Contatenation of strings must be avoided if possible which effects highly on the performance of the application3)Using streams buffered ...
Latest Answer: sendRedirect is a client side redirect and RequestDespatcher is server side redirect.... ...
Latest Answer: up to 2147483647 ...
Latest Answer: when two or more functions have the same name but different parameters are called function overloading. ...
Latest Answer: Serializable interface ...
Latest Answer: We can declare a class as static if and only if it is inner class.Java will not allow to declare top level class as static,it will give compilation error like expected.The execution of static keyword will start, when the class is loaded ...
View page << Previous 3 4 5 6 [7] 8 9 10 11 12 Next >>

Go Top