do i need to use a synchronized keyword in case of thread having different priorities?

if i am having two threads of different priority one with higher and lower and they are sharing the same resource so do i need to synchronize them or not???