What are the difference between java.sql package and javax.sql package

Showing Answers 1 - 9 of 9 Answers

sri

  • Feb 19th, 2007
 

java.sql.* package is used for the basic jdbc connections.
javax.sql.* package is used for the advance jdbc.  Advance is connection pooling, rowsets...ect.

  Was this answer useful?  Yes

sampra

  • Feb 15th, 2008
 

java.sql.* package is used for the basic jdbc connections.
javax.sql.* package is used for the advance jdbc.  Advance is connection pooling, rowsets...ect.

vijay

  • May 18th, 2012
 

javax.sql provides connection pooling ,distributed transaction,disconnected rowsets

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions