Latest Answer: Can anyone send me project architecture diagram. and plz differentiate project architecture and project approach briefly. Does project architecture follows project approach. ...
Latest Answer: Jdk 1.5 has various feature which was not in jdk 1.4. These new features are below-1)Annotation 2)AutoBoxing3)Enum support4)ForEach5)Generic implemention of Class, Method, WildCards, Bounded Type.6)Variable Argument support. ...
What is difference b/w WITH ServletRequest Object:................RequestDispatcher rd = getServletContext().getRequestDispatcher( "/servlet/XYZServlet"); rd.forward(request, response);with ServletContext
Latest Answer: In case of ServletRequest, we provide the path relative to http request while in the case of ServletContext we provide path relative to root of context. ...
Latest Answer: Hi all,RMI and RMI-iiop these two are different protocols, in RMI protocol you can't type cast one component to another component but in RMI-iiop protocol you can convert.Best Regards,Pembarthi Mahender. ...
Latest Answer: this is a good web site. thank you very much. ...
Latest Answer: EJB3.0 does provide the POJO features for ORM in JPA as well as all features of older version, in other word we can say that Entity Bean is no longer in EJB, to provide the same, specification is providing the more strong technology called JPA (Java Persistence ...
Latest Answer: Hi,This is srinivasarao from geektalk. i will explain but it is better to see the diagrametically. so see the below URL's to EJB module with the My eclipse IDE.http://www.myeclipseide.com/images/tutorials/MYSQL_Dbase.htmlhttp://www.myeclipseide.com/images/tutorials/WebLogic_Setup.htmlhttp://www.myeclipseide.com/images/tutorials/Entity_Bean.htmlhttp://www.myeclipseide.com/images/tutorials/Client.htmlkeeps ...
Latest Answer: Pointers allow direct access to memory to users.So wrong acess may result in accessing invalid memory and also probably system memory and there by corrupting memory.But JVM doesnt allow User access to any systems resources.So JVM is better. ...
Latest Answer: Java is used (especially in Internet) without pointers so that the address of the document cannot be fetched by others. ...
Latest Answer: Little addition to JSP implicit Objects: Implicit Objects are 9:
request
response
page
application
session
pagecontext
exception
out
config
These simplify JSP code by providing ready state objects.
Ex: request.getElementById("xyz"); ...
View page << Previous 1 2 3 4 [5] 6 7 8 9 10 Next >>

Go Top