예:
void process(String name, Object[] objects);
빠른 수정을 적용한 후:
void process(String name, Object... objects);