Written assignment
(Due by Mon. Sept. 11 8pm via email):
Programming assignment(Due Fri. Sept. 22 in class):
The purpose of this assignment is to help you remember everything you learned
earlier.
Write an applet and an application that simulates a fortune teller. Users should be able to enter a yes-or-no question and get a random answer like yes, no, maybe, absolutely, the answer is unclear, not likely, etc. There should be at least 12 possible answers. Include animation.
Hand in:
Programming assignment(Due Tues. Sept. 26 beginning of class):
Write an applet that reads a file of data and allows the user to search
for items in the data. The first line of the file is the title of the
database. The second line will contain the names of the data fields separated
by #.
Subsequent lines contain data records, with data fields separated
by a #. Your applet will read in the title and display it with animation.
Then your applet will read in the data and put up a GUI that allows the
user to search for information. All fields will be treated as Strings.
You decide the topic of the database. You may write your own code or
modify the
example used in class.
Hand in: Hardcopy of the applet and its output
Programming assignment(Due Fri. Sep 29 in class):
Use Forte to compile and run the program you wrote for the last assignment.
Write a short essay describing the differences between using an IDE and
using Sun's JDK. Tell what you, personally, like and dislike about each.
Programming assignment (Due Tues. Oct. 10) - Make your class that holds the data Comparable using the first field of the data. Use one of the sorting algorithms to sort the data.
Hand in:
Hardcopy of the applet.
Due Friday Oct. 13
Hand in: Hardcopy of your LinkedList class and hardcopy of the output
of the test application that I wrote. (If you don't know how
to do this, click here.)
Due Tuesday Oct. 17
Hand in: Hardcopy of your LinkedList class, your test application class
and hardcopy of the output of the test application that you wrote.
Due Nov. 3
Hand in: Hardcopy of your Stack class and your application. Email me
your source for both.
Due Nov. 7
Print out and hand in the log for your server and the source code.
Due Nov. 14
Print out and hand in the log for your server and the source code.
Create a database using Microsoft Access. Write a Java application using the JDBC to allow the user to search the database. Your application must have a GUI that allows the user to search without knowing any SQL and it must display the results of the search.
Due Dec. 1 - hand in source code for your application, a screen shot of a query, and a screen shot of the results of the query.
Homework - have a good Thanksgiving.
Last Updated by S.L Bartlett : Friday, December 03, 1999, at 13:01:32 EST