GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Tech FAQs  >  Programming  >  J2EE
Go To First  |  Previous Question  |  Next Question 
 J2EE  |  Question 167 of 216    Print  
Why Connection, Statement, ResultSet are interfaces ?
2.What are the extra features having JSP compared to Servlet?
3.ArrayList is not Synchronised, here what is meaning of not Synchronised?



  
Total Answers and Comments: 0 Last Update: October 29, 2007     Asked by: Poorna Hari 
  
 Sponsored Links

 

No answers are posted for this question yet.
Be the first to answer it!


 Related Questions

1.in JDBC what is "thin" and "thick" clients2.what is difference between "thin" connection and "oci" connection
Read Answers (2) | Asked by : ravi

Latest Answer : Creating a Connection object is one of the most expensive operations in database programming so we use connection pooling.When the application starts, a certain number of Connection objects are created and stored in a pool. When a database client, such ...
Read Answers (3) | Asked by : shilpa

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

1)what is main difference between EJB & RMI & SOCKET?2)what is difference between prepareStatement and Statement?
Read Answers (1) | Asked by : vijaysdange

Can I write a return statement in the catch clause,which is followed by a finally block?Will the code compile?How is the code executed?
Read Answers (2) | Asked by : deepti

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

Problem in connection with Oracle without ODBC using Think DriverFollowing code is not workinggiving error Exception in thread Main java.lang.NoClassDefFoundError:jdbc1import java.sql.*;class jdbc1 { public static void main(String args[]) { try{ Class.forName("oracle.jdbc.driver.OracleDriver"); Connection c=DriverManager.getConnection("jdbc:oracle:thin:@hostname:1521:sid","scott","tiger" ); Statement s=c.createStatement(); ResultSet
Read Answers (2) | Asked by : Sourav Ghosh

When iam tring to insert a pdf of 2mb in to oracle database.This is my source code.import java.io.File;import java.io.FileInputStream;import java.sql.Connection;import java.sql.DriverManager;import java.sql.PreparedStatement;public class PDFConnect { public static void main(String args[]) { try{ Class.forName("oracle.jdbc.driver.OracleDriver"); Connection conn = DriverManager.getConnection("jdbc:oracle:thin:@10.81.7.169:1521:PTS", "TESTPTS", "TESTPTS"); System.out.println("connection
View Question | Asked by : naresh


 Sponsored Links

 
Related Articles

Concepts of Object-Oriented Programming

Object Oriented JavaScript In this chapter you ll learn about OOP Object Oriented Programming and how it relates to JavaScript As an ASP NET developer you probably have some experience working with objects and you may even be familiar with concepts such as inheritance However unless you re already a
 

What are the limitations with switch statement?

Switch statement is a powerful statement used to handle many alternatives and provides good presentation for C program. But there are some limitations with switch statement which are given below: Logical operators cannot be used with switch statement. For instance case k>=20: is not allowe
 

goto Statement

Why to avoid goto in C C has goto statement but one must ensure not to use too much of goto statement in their program because its functionality is limited and it is only recommended as a last resort if structured solutions are much more complicated. First let us understand the goto statement, its
 

SQL Programming

SQL Programming Overview Anybody who has done something for a long time has probably wanted to change how things work at some point or another. A worker at a mill might have found a more efficient way of cutting logs, or a mathematics teacher might have had a hand in changing a school’s al
 

WinRunner Programming Concepts

If you want to create WinRunner scripts that are highly efficient, there are important programming concepts that you will want to become familiar with. Understanding these concepts will provide you with a large number of key benefits. In addition to understanding these concepts, you must also learn
 

Programming Languages Certification

IT Certification programs have several options that will offer you the best knowledge.  By learning everything that you need to know about information technology you will be able to open new doors to your career and personal business desires.  IT Certification offers several vari
 

Connection between Data Model and Data Warehouse

Connection between Data Model and Data Warehouse Data models are required in order to build data warehouses The problem is those who develop data warehouses need to be able to show results at a fast pace Data models are problematic in that they take a very long time to build Is it possible then to s
 

Neuro-linguistic Programming Methods

Neuro linguistic Programming Methods There are several methods used for performing Neuro linguistic Programming on an individual for obtaining insights into the psyche of the person in order to correct to modify certain patterns of behavior These techniques are also used for Neuro linguistic trainin
 

The Difficult Past of Neuro-linguistic programming

The Difficult Past of Neuro linguistic programming Neuro linguistic programming has had a rocky past with a number of lawsuits rivalry unsystematic development and intermittent progress During the 1980s the two founders separated after the lawsuit filed by Bandler Bandler went on to file several law
 

History of Neuro Linguistic Programming (NLP)

History of Neuro linguistic programming Neuro Linguistic Programming NLP is a system co founded by John Grinder and Richard Bandler for bringing about personal development in any individual by interpreting and translating the human perception experience beliefs and language It was developed in early
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape