Multiple choice Which of following stack operation returns a Boolean value? push() pop() size() isEmpty() peek() Reveal answer Fill a bubble to check yourself D Correct answer Explanation This operation tests to see whether the stack is empty and it returns the value true or false.