New Java J2EE AllOther Interview Questions :: ALLInterview.com http://www.allinterview.com New Java J2EE AllOther Interview Questions en-us Which server-side script takes the input from JavaScript, can acces http://www.allinterview.com/showanswers/100858.html Hi Friends , am newbie to ajax. For example just consider one acco http://www.allinterview.com/showanswers/100830.html Write a interface &quot;CarOperations&quot; with the following metho http://www.allinterview.com/showanswers/100799.html 2. Write a interface &quot;Car&quot; with the following methods http://www.allinterview.com/showanswers/100798.html Am chittibabu from vadavalli, My father name is nanjan.he is workin http://www.allinterview.com/showanswers/100577.html Hi Friends, i have searched in google but not clear. can you give b http://www.allinterview.com/showanswers/100492.html I have include a jsp page by using &lt;jsp:include page=&quot;/.../xy http://www.allinterview.com/showanswers/95548.html This is possible by<jsp:forward page="/xyz.jsp"/> forward is nothing but it will goes directly to next jsp page. It will no look after the current JSP page Runining mutiple tomcat server in a single machine is possible Yuo http://www.allinterview.com/showanswers/81819.html You need to change the port number from server.xml what is filter ? http://www.allinterview.com/showanswers/81499.html The Java Filter gives effective protection against unwanted execution of Java applets, without having to switch off Java support of your browser. For example, you could only allow applets from within your firewall onto your computer. how to delete cookie information?and when it will delete? http://www.allinterview.com/showanswers/81498.html choose Tools-internet options-Browsing history press delete-it opens one window with several option choose Delete cookies.cookies get deleted. what is jndi? http://www.allinterview.com/showanswers/81497.html jndi expanson is(java naming and directory interface)its is an api(applivation programing interface)which helps to access the directory and naming services what is acl(access control list)? http://www.allinterview.com/showanswers/81496.html With respect to a computer filesystem, an access control list (ACL) is a list of permissions attached to an object. The list specifies who or what is allowed to access the object and what operations are allowed to be performed on the object. what is difference between web server and application server? http://www.allinterview.com/showanswers/81495.html webserver : 1)webserver imlementation on servlet,jsp Api specifation. 2)less middleware services 3)its recoginses only WAR files 4}its understand only http requset 5}its develop only webapplications. Ex: tomcat server Applicationserver: 1)Ap waht are architecture of web application? http://www.allinterview.com/showanswers/81494.html The archtechture followed in developing any web application is MVC ( Model View Controller ).The Model part is the Java bean(Value objects) used in the application,the View may be HTML,Jsp etc and the controller part is the servlet where the what about web architecture? http://www.allinterview.com/showanswers/81493.html Web architecture, the focus is properly on the user and on user requirements. This requires particular attention to web content, a business plan, usability, interaction design, information architecture and web design. Web architecture entirely dep