[Previous slide] [Next slide] Java and Database Connectivity

A bit about syntax: declaring and importing packages

package uk.co.weft.clock;

This is the package this class is in

import java.lang.*;     // import general utility classes
import java.awt.*;      // for graphics handling

These are the packages it uses

 


give me feedback on this page // show previous feedback on this page