Distributed Applications in the Enterprise
Exam#1 Topics and Promises
Fall 2002
Topics
  1. Concurrent Programming Concepts
  2. Threads
  3. Java Support for Concurrency
  4. Even-odd transposition algorithm
  5. Distributed Applications
  6. Patterns
  7. Java Event Model
  8. Model View Controller
  9. Component Assembly
  10. Security
  11. Databases
      • tables, nrows, columns
      • primary key
      • SQL
        • selection
        • selection criteria
      • Optimization of relational queries

Promises

  1. A question on synchronized
  2. A question on Even-Odd Transposition sort
  3. A question on TCP/IP versus UDP
  4. Something about MVC
  5. Something about bean design pattern
  6. Several questions related to encryption/decryption
  7. Some simple SQL queries to understand
  8. Something on transactions