Else if and if statement difference

what if we use something like:
if(){
}else{
}else{
}else{
}

instead of else if, whats the difference then