1) B 2) D
3) B
I hope I helped plz make me Brainliest if I'm right :)
Answer:
b. size
Explanation:
We can use the size() method of java.util.ArrayList to determine the size of an ArrayList in Java. The size() method of the ArrayList class returns an integer which is equal to the number of elements present in the ArrayList.
Below is an example code to illustrate the use of the size() method of the ArrayList:-
ArrayList<Integer> aList = new ArrayList<Integer>(5);
aList.add(25);
aList.add(2);
aList.add(5);
aList.add(22);
System.out.println("Size of the array list: " + aList.size());
This will print the size of the array list as 4 since we've added four numbers into the array list.
Answer:
Windows has GUI, where its predecessor DOS does not.
Explanation:
DOS required the user to type instructions into the computer through an interface system known as command line.
Windows has graphical user Interface (GUI), that allows commands in a more user friendly environment than DOS.
As you paste a chart from Excel to Word use the Paste Options button labelled <u>paste special</u> if you want the theme of the destination document applied to the chart, and the chart is linked to the object in the source document.
<u>Explanation:</u>
While end-user planning to copy the data from ms-excel to ms-word he or she has the option to select paster or paste special. The paste will just copy data from a destination to source for example just copy the data from ms-excel to ms-word. Whereas by selecting paste special use can select end-user can select the value or image or picture.
By pasting special end-user can change the copying type or pasting type from just copy the data he or she can copy with formula, value, picture or formatting picture.