I have a static method with the following signature:
public static List processRequest(RequestObject req){ // process the request obje
all method invocations from separate threads in java are concurrent by default.