What is the query used to display all tables names in SQL Server (Query analyzer)? select * from information_schema.tables How many types of JDBC Drivers are present and what are they? - There are 4 types of JDBC Drivers JDBC-ODBC Bridge Driver Native API Partly Java Driver Network protocol Driver JDBC Net pure Java Driver Can we implement an interface in a JSP? - No What is the difference between ServletContext and PageContext? - ServletContext: Gives the information about the container. PageContext: Gives the information about the Request.
About Java and it's related concepts..