/Users/16484/Downloads/IA Prototype - Shubha N 4/src/ia/prototype/shubha/n/CommonCode.java
 1 /*
 2  * To change this license header, choose License Headers in Project Properties.
 3  * To change this template file, choose Tools | Templates
 4  * and open the template in the editor.
 5  */
 6 package ia.prototype.shubha.n;
 7 
 8 public class CommonCode {
 9    public static String dbURL = "jdbc:derby://localhost:1527/DB;create=true;user=shubha;password=shubha";
10 }
11