Which of the following stack operations is not likely to cause an exception to be thrown?

a) adding an item to the stack when the stack is full
b) adding an item that has the same value as one that is already in the stack
c) removing an item when the stack is empty
d) all of a), b), and c)
e) All of these are likely to cause an exception to be thrown


b) adding an item that has the same value as one that is already in the stack

Computer Science & Information Technology

You might also like to view...

Which of the following statements for a JTextField is false?

a. Can be used to display uneditable text. b. Can be used to display editable text. c. Enables users to enter data from the keyboard. d. Displays a list of fields.

Computer Science & Information Technology

A(n) __________ is like a pointer. It is used to access the individual data elements in a container.

a. element access operator b. subscript indicator c. global data finder d. iterator e. None of these

Computer Science & Information Technology

List five guidelines for wireless security.

What will be an ideal response?

Computer Science & Information Technology

Checking the CPU usage figure will help you know how hard your processor is working.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology