CS4B Spring 2007

Class Database

java.lang.Object
  extended by Database

public class Database
extends java.lang.Object

Just open up a connection to the fruit database using localhost and send select query to list the contents of the fruit table all students in class have their own database they should not be using this one


Constructor Summary
Database()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Database

public Database()
Method Detail

main

public static void main(java.lang.String[] args)

CS4B Spring 2007