Ask Question
25 February, 13:58

What is the potential problem with the java. util. Stack implementation?

+4
Answers (1)
  1. 25 February, 15:14
    0
    The potential problem with java. util. Stack is that it is an extension of the Vector class And hence there are a lot of operation in java. util. Stack that does not follow the rule of the basic assumption of the stack.

    for Ex: - You can keep track of the element's position in stack using the index.

    So this the potential problem with the java. util. Stack.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “What is the potential problem with the java. util. Stack implementation? ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers