What is the output of the following code? import java.util.*; public class Example { final Vector v; public Example() { } }
Reveal answer
Fill a bubble to check yourself
What is the output of the following code? import java.util.*; public class Example { final Vector v; public Example() { } }