Answer:
access is generally used to work with relational databases
Answer:
JList.setSelectionMode(ListSelectionModel.MULTIPLE_INTERVAL_SELECTION)
Explanation:
JList provides for simultaneous selection of multiple items upon setting the selection mode to MULTIPLE_INTERVAL_SELECTION. The API call for this purpose is:
jlist.setSelectionMode(ListSelectionModel.MULTIPLE_INTERVAL_SELECTION)
Once the selection mode has been set , we can select set of items in the list as follows:
jlist.setSelectedIndices({1,3,5});
This will select the items with indices 1,3,5 in the list.
Answer:
In the given question option A and C are true.
Explanation:
In object-oriented programming languages (oops).We use the class object concept. As we know the class is a collection of data member and member function and class provide a blueprint for an object. it is a real-time entity. An object is created from a class. So the option "B" is not true, because first, we create the class we create an object of that class. Option"D" is not true because we implement class by the object, not by interface.
Only option "A and c is true".
Answer:
cell phone, texting, social media,
Explanation: