Ch 6 Questions #1

 

Arrays

 

 

 

 

1.         What is the difference between an array of characters and a String?

 

2.         What is an "ArrayIndexOutOfBoundsException"?

 

3.         How would you implement a quick sort algorithm?

 

4.         Prior to using a binary search what must be done?

 

5.         Describe the difference between an array and an array list.