Question
Please be 100% sure about the answers.
Thank you so much
To allocate storage for their elements, linked lists use Random allocation Linked allocation Contiguous allocation Expandable allocation A list in which each stored element is associated with a reference to its successor is called A map An array list A linked list None of the above To allocate storage for its elements, an array-based list such as ArrayList uses Linked allocation Capacity allocation Contiguous allocation Fixed size allocation The size of an array-based list such as ArrayList Is the length of its internal array Is the number of elements that are currently stored in the list Is the number of bytes of memory that the list can hold None of the above The layout manager arranges components in rows. GridLayout RegionLayout FlowLayout BorderLayout In a Swing application, you create a frame object from the Jlabel class AbstractButton class JFrame class Jpanel class
Explanation / Answer
1) d
2) c
3) c
4) b
5) a
6) c