개발 및 관리/Java
DotComBust.java - 6장 자바 API를 알아봅시다.
HighLighter
2013. 1. 18. 19:53
반응형
public ArrayList<String> placeDotCom(int comSize) {
ArrayList <String> alphaCells = new ArrayList<String>();
private ArrayList<DotCom> dotComList = new ArrayList<DotCom>();
ArrayList<String> newLocation = helper.placeDotCom(3);
위와 같이 빨간색 부분 때문에 Error가 발생했다.
http://blog.naver.com/han1000jae?Redirect=Log&logNo=80115100888
반응형