Latest Answer: There is no way to know that the client is new or old since by defintion stateless session bean is meant to be stateless. The only way to know is when the information is passed from the remote reference ...
Latest Answer: It is a process of ensuring that if two or more threads are using a shared resource then only one thread get access to that shared resource at a time.Synchronization contains empty implementation, so no method is used. ...
Latest Answer: how you create a domain in weblogic ...
Explain about DOM & SAX parsers with real-time example of usage
Latest Answer: DOM:-Its Object Driven parser-Creates copy of XML document in Tree format, good for Large sized XMLs but very memory consuming for Large sized XMLs (think about XMLs which has 2GB or more size)-Moves Backward&Forward directions in XML document-supports ...
Latest Answer: Really your site is good for people who are searching information on Java platform. ...
When the processing is going in the backend systems(database) and the communication is from the browser through servlet, what wil happen when the browser is closed?
Latest Answer: html tag are based on Markup languge and this tags are used at client side but JSP are used server side script and this ...
Latest Answer: main difference between java and javax : javax is a extension package of java package. new Api was added in the javax package. ...
How to configure weblogic to work with Eclipse IDE?How do you debug errors in an application using Eclipse IDE.
Suppose there are 2500 records to be handled? How Data Access Object (DAO) class will handle it?
Latest Answer: DAO is one of design patterns. The Data Access Object (or DAO) pattern: 1. Separates a data resource's client interface from its data access mechanisms, 2. adapts a specific data resource's access API to a generic client interface. The ...
View page << Previous 3 4 5 6 [7] 8 9 10 11 Next >>

Go Top