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