![]() Related Questions Latest Answer : thank you ... Read Answers (3) | Asked by : rajesh When we write JavaScript Code in the JSP Page from where the Java Script code will be executed by the Container Tags : Java Script Function one from DATASoURCE second from DriverManager.getConnectionprogram using a DataSource and a PooledConnection is: import javax.naming.*;import javax.sql.*;...Context context = new InitialContext(); DataSource Latest Answer : import java.sql.*;public class JDBC { connection con = DriverManager.getConnection("jdbc:odbc:url","scott","tiger"); } ... Read Answers (1) | Asked by : satish chandra G Latest Answer : Single Threaded Model permits only one request to access the service() method of the servlet.As when request hit the webcontainer the container will create a thread and permits the request through that thread to access the servlet. I don't think we can ... Read Answers (2) | Asked by : suresh Latest Answer : tomcat is servlet or jsp container only.not the applicationinorderto work with tomcat we haveto set the classpath to servletapi.jar ... If I am creating two objects for a same class then both the objects are not similar why?i,e A obj = new A(); A obj1 = new A();obj.equals(obj1) returns false why? I have created one MVC architecture.But i am getting the error asHTTP Status 500 - --------------------------------------------------------------------------------type Exception reportmessage description View Question | Asked by : Sandip Kumar samantaray In java ressultset,statement,preparesatement are interfaces without implementation how to those interfaces View Question | Asked by : Rams Hi..Friends.Recently in an interview..recruiter asked me a question..both httpservletrequest and httpservletresponse are interfaces....then how a container creates objects for that interfaces...? friends....can u clarify me? Read Answers (1) | Asked by : venkat chowdary Hi friends i have one doubt. here my requirement is i want to display multiple images dynamically. for example i have one document having 500 images.i used one combo box there range 1-1011-20,21-30.........like selection is there. initially 1-10 should be displayed on the browser. if i select 21-30 then that range of images should be displayed vertically.plz clarify my doubt. View Question | Asked by : ashok
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||