Programming Tutorials

Explain the new Features of JDBC 2.0 Core API?

By: Karthik in Interview Tutorials on 2012-06-16  

Answer: The JDBC 2.0 API includes the complete JDBC API, which includes both core and Optional Package API, and provides inductrial-strength database computing capabilities.

New Features in JDBC 2.0 Core API:

	Scrollable result sets- using new methods in the ResultSet interface allows programmatically move the to particular row or to a position relative to its current position 
	JDBC 2.0 Core API provides the Batch Updates functionality to the java applications. 
	Java applications can now use the ResultSet.updateXXX methods. 
	New data types - interfaces mapping the SQL3 data types 
	Custom  mapping of user-defined types (UTDs) 
	Miscellaneous features, including performance hints, the use of character streams, full precision for java.math.BigDecimal values, additional security, and support for time zones in date, time, and timestamp values





Add Comment

* Required information
1000

Comments

No comments yet. Be the first!

Most Viewed Articles (in Interview )

Interview Question: What is the difference between Message Driven Beans and Stateless Session beans?

Explain the Polymorphism principle.

Question: What is the directory structure of a web application?

Question: Explain the life-cycle methods in JSP?

Interview Question: What is the difference between sessioncontext and entitycontext?

Question: What is an output comment in JSP?

Name the containers which uses Border Layout as their default layout?

Interview Question: Is Struts compatible with other Java technologies?

What is difference between Java Bean and Enterprise Java Bean?

What are the services provided by a J2EE container?

What are types of J2EE clients?

What is the difference between JTS and JTA?

What do you understand by JTA and JTS?

What is JAXP?

What is the difference between Session Bean and Entity Bean?

Latest Articles (in Interview)