Given: interface B void methodA(); static void methodB(); void methodC() Group of answer choices methodC should not have a body methodB should have a body methodB should not be static both a an? 1) methodC should not have a body 2) methodB should have a body 3) methodB should not be static 4) both a and b