what invokes a threads run() method? : Java thread
what are synchronized methods and synchronized statements? : Java thread
describe synchronization in respect to multithreading? : Java thread
what is mutual exclusion? : Java thread
what is thread? : Java thread
extending thread class or implementing runnable interface. Which is better? : Java thread
is there a separate stack for each thread in java? : Java thread
what is the difference between thread and runnable types? : Java thread
why not override thread to make a runnable? : Java thread
can java object be locked down for exclusive use by a given thread? Or what happens when a thread cannot acquire a lock on an object? : Java thread
Difference between get and post in java servlets?
What's the difference between servlets and applets?
What's the servlet interface?
Given the request path below, which are context path, servlet path and path info?
When a servlet accepts a call from a client, it receives two objects. What are they?