Which is a multicast address ?
ans: 241.2.2.1
The correct answer is option D.
i.e. graphic user interface allows users to control software operations by clicking and pointing with a mouse.
GUI is a type of interface that allows the user to interact through computer graphics.
What was the content of the lesson? It is hard to answer a question we need context on.
Answer:
B.add.
Explanation:
boolean add(element)
The add method in java inserts an element in the vector.It's return type is Boolean it returns true if the element is successfully inserted in the vector and false if the operation is unsuccessful.There is no Push operation in vector.Hence we conclude that the answer is add.