What the difference?

Hi
When I was reading in css FAQ Tips specificlly ( Sticky Footer)
I find this Code

html, body{height:100%;}
html,body {margin:0;padding:0}

My quesion:
Is there any specific difference between the code above and this one?!

html, body{height:100%;margin:0;padding:0}

They are exactly the same.

Thanks