1) Which of the following would classify as volatile memory:

3) Give a Java method that has two integer arrays as parameters. For this problem assume that the arrays, individually, contain no duplicates. The method should create and return a third array containing the “set intersection” of the two arrays, i.e., an array containing all of the elements that appear in both arrays. ................
................