PRG 421 Course Experience Tradition / prg421mart.com - PowerPoint PPT Presentation

About This Presentation
Title:

PRG 421 Course Experience Tradition / prg421mart.com

Description:

FOR MORE CLASSES VISIT www.prg421mart.com Individual: Singleton Pattern Program Write a Java program (non-GUI preferred) to demonstrate the Singleton pattern. The key parts of the singleton pattern are: A private static variable to store the single instance called the singleton A public – PowerPoint PPT presentation

Number of Views:2
Slides: 6
Provided by: johanwizs

less

Transcript and Presenter's Notes

Title: PRG 421 Course Experience Tradition / prg421mart.com


1
PRG 421 Course Experience Tradition /
prg421mart.com
For More Tutorials
www.prg421mart.com
2
PRG 421 Course Experience Tradition /
prg421mart.com
  • PRG 421 Week 1 Individual Singleton Pattern
    Program
  • PRG 421 Week 2 Individual ArrayList Program
  • Individual Singleton Pattern Program Write a
    Java program (non-GUI preferred) to demonstrate
    the Singleton pattern. The key parts of the
    singleton pattern are A private static variable
    to store the single instance called the singleton
    A public static method for callers to get a
    reference
  • PRG 421 Week 2 Individual ArrayList Program Week
    2 Individual ArrayList Program Write a Java
    program (non-GUI preferred) to demonstrate the
    use of an ArrayList. The program should allow a
    user to do the following Add, edit, delete
    different types of animals Select an animal, and
    the corresponding characteristics will be
    displayed (such as color, vertebrate or
    invertebrate, can swim, etc.)

3
PRG 421 Course Experience Tradition /
prg421mart.com
  • PRG 421 Week 3 Individual Iterator Program
  • PRG 421 Week 4 Individual JDBC Program
  • PRG 421 Week 3 Individual Iterator Program Week 3
    Individual Iterator Program Write a Java program
    (non-GUI preferred) to demonstrate the use of
    Iterator. The program should allow a user to do
    the following Allow the reading of a collection
    of animal objects from an external file
  • PRG 421 Week 4 Individual JDBC Program Week 4
    Individual JDBC Program Write a Java program
    (non-GUI preferred) to demonstrate the use of
    JDBC. The program should allow a user to do the
    following Write a list of animal and its
    characteristics to a database using JDBC Display
    the characteristics of an animal when that animal
    is selected.

4
PRG 421 Course Experience Tradition /
prg421mart.com
  • PRG 421 Week 5 Individual Concurrent Programming
  • PRG 421 Week 5 Individual Concurrent Programming
    Week 5 Individual Concurrent Programming Write a
    Java program (non-GUI preferred) that has a
    method named atomic(). Demonstrate in the program
    how two threads can, sometimes, invoke atomic()
    concurrently.

5
PRG 421 Course Experience Tradition /
prg421mart.com
For More Tutorials
www.prg421mart.com
Write a Comment
User Comments (0)
About PowerShow.com