Can you provide the code for these programs:
Program 1: Write a java statement to create an ArrayList called list to hold 25 integers.
Program 2: What is the type of the ArrayList defined in question number 1.
Program 3: Write a for loop to initialize the objects in the ArrayList created in question number 1 above to -1
Program 4: Write java statements to add the integers 1001, 1100, and 1110 to the resulting ArrayList from question number 3 above
Program 5: Write the java statement to display the size of the resulting ArrayList from question number 4 above.
Solve these programs and provide all the code.