What is the need of JNDI(Java Naming and Directory Interface) ? Explain with real-time usage ?
Latest Answer : Hi Friends ,The main advantage of JNDI(java naming and directory interface) is used for the searching the information in the huge amount data. if we have huge amount of data, for searching we use JNDI API instead of JDBC API then it increases ...
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 : 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 : 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 ...
What is the difference between java bean and enterprise bean? when will be used java bean and enterprise in real time projects?
Latest Answer : Enterprise Bean:Gives you the facility of security & transcation , state management & reduction of network code. All the above facility will be provided by application server when it is deployed.Java Bean:Where it is the simple setter & getter ...
There are 4 domain sever and 4 web application running in a system. A client is acessing all web application at a time. How many servlet context will be created?
Latest Answer : can have 4 servlet context. as u have 4 web server and this is a distributed application ...
Which method we can use to run the thread continuously? What are the filters in Real Time projects on which way we can use?
What is advantage of static methods in real time applications? When we use static methods and when we use final methods? Explain with a suitable example..
The existing WebSphere architecture only allows internal users access to applications. You have recently been asked to provide a detailed solution, which will allow external users to access certain applications.
Latest Answer : Get logged in via Administrative User on Server & create that many users id with the access in Public scope. that will allow external users to access the application. ...