Computer Science, asked by rmwasiq, 4 months ago

1 point
What is the output of the
following program? import
java.util.*; class vector { public
static void main(String args[]) {
Vector obj = new Vector(4,2);
obj.addElement(new
Integer(3));
obj.addElement(new
Integer(2));
obj.addElement(new
Integer(5));
System.out.println(obj.element
At(1)); } } *​

Answers

Answered by priyamari
0

Answer:

which class is this and which subject

Similar questions