Click to See Complete Forum and Search --> : Case Scenario Theory Questions


Fuzzy
March 7th, 2002, 05:01 AM
Hi,

I'm preparing for a theory exam @ college and I would like to know if anyone could mail me or point me in a direction to locate college level (nothing too intense,) theory questions (I'm referring to actual programming solutions that needs to be written out, no definitions) on :

- AWT
- Serialization
- Arrays
- Inheritance
- Vectors / Hashmaps
- Client / Server, RMI, JDBC
- Threads

I've covered quite a bit of source code examples but I'm finding it hard to locate theory based questions.

Thanx in advance!

Fuzzy

Open Source, Open Minds!

Goodz13
March 7th, 2002, 07:07 AM
Probally the best place to find theory, would be the documentation on http://java.sun.com

dlorde
March 7th, 2002, 09:09 AM
Dick Baldwin's tutorials and Java knowledge tests are pretty basic, but might be useful: http://www.phrantic.com/scoop/onjava.html

Techprofiles.com has a Java 2 test including:

Declarations and Access Control- Beginner
Declarations and Access Control- Intermediate
Flow Control and Exception Handling- Intermediate
Garbage Collection- Intermediate
Java.awt Package- Advanced
Java.awt Package- Intermediate
Java.lang Package- Intermediate
Java.util Package- Intermediate
Language Fundamentals- Beginner
Language Fundamentals- Intermediate
Operators and Assignments- Beginner
Operators and Assignments- Intermediate
Overload, Override, Runtime, and Object Handling-B
Overload, Override, Runtime, and Object Handling-I
Threads- Beginner
Threads- Intermediate

at http://www.techprofiles.com/start_test.asp?tid=480.

Dave