whats the difference between these?

whats the difference between these?

jQuery(".something")

jQuery("#something")

Does one grab on the class and the other the ID? Is this correct?