Yes it is - unless you need to control the current to the LED for variable brigthness. In this case you'd use either a controllable constant current source or PWM (pulse width modulation). But that's another story.
If you need to light up more than one LED at the same current from a voltage source that is high enough to deliver the required voltage for more than one LED, you can also use a serirs connection of LEDs, also with a current limiting resistor as shown here for 2*3 diodes (as an example):
The voltage of the voltage source needs to be at least 3*Vdiode+Idiode*R or you calculate R respectively via R=(V-n*Vdiode)/Idiode where n=number of LEDs=3 in this case.
This setup reduces power loss in R in the case where V >> Vdiode.
If you need to light up more than one LED at the same current from a voltage source that is high enough to deliver the required voltage for more than one LED, you can also use a serirs connection of LEDs, also with a current limiting resistor as shown here for 2*3 diodes (as an example):
The voltage of the voltage source needs to be at least 3*Vdiode+Idiode*R or you calculate R respectively via R=(V-n*Vdiode)/Idiode where n=number of LEDs=3 in this case.
This setup reduces power loss in R in the case where V >> Vdiode.