Top: Index Previous: Installation Up: BioJava Next: Exercise Two

CSC8311 -- Advanced Object-Orientated Programming

For the first main exercise, after "Hello World", you need to create a class which will

Here is a basic skeleton to get started.

package uk.ac.ncl.csc8311;

public class TranslateSixFrames{

}

Top: Index Previous: Installation Up: BioJava Next: Exercise Two