- Back to Home »
- JDBC API introduction
Posted by : Unknown
Friday, March 21, 2014
JDBC stands for Java Data Base Connectivity. In software industry one can achieve the data persistency in two approaches. They are,
- 1 By using Files
- 2 By using Database
Storing the data permanently is known as data persistency.
For more information about JDBC API please click below link