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
0
Answer:
which class is this and which subject
Similar questions
Environmental Sciences,
3 months ago
English,
3 months ago
Math,
3 months ago
Business Studies,
6 months ago
English,
6 months ago
Psychology,
11 months ago
French,
11 months ago