Variable Declaration in C and Java

Good Morning ,
As in C language we can write
int a , b , c ; to define the variable so why we can define same thing in java why we have to write Int again again to define the variables.

@akhiltushar hey buddy you can do the same here in java also.
int a = 0, b = 1;
No problemo you see.
If your query is cleared mark it resolved and rate full!