Which of the following variables is NOT initialized correctly?
1) List objectList = new List();
2) GameObject[] objectArray = new GameObject[];
3) Dictionary objectDict = new Dictionary();
4) bool isTrue = true;