So in java 1.5

if a jvm is started as client on a machine with more than 1 cpus, will the java process just use 1 cpu?

I had the impression that client jvm uses only 1 cpu and that server jvm uses all the cpus... Is my understanding wrong?-