Author: Abhishek Tiwari

Apache Derby Using Java

Reading Time: 4 minutes Introduction: Connecting  with database is one of the major concern for any desktop or  web based application. In this, we will acquire more knowledge about managing Apache Derby using Java. There you will get to know all the prerequisites and basic knowledge about controlling Apache Derby. Operations Involved: Loading the Apache Derby’s JDBC Client Driver class. Retrieving the connection from Driver Manager, using the connection Continue Reading