static is flawed way of expressing instances whose...
# server
j
static is flawed way of expressing instances whose lifetimes are independent of instances of a class. if Java had done it correctly, they would be instance members on
Class<T>