Hi Arpana
I could see the following places where the compilation error could occur.
(1) The beginning of the first line is not proper
(2) No imports specified for Vector and Enumeration
(3)
'Public' should be 'public'
On correcting all the above the
jsp compiles and gives the output
First Value Second Value
Hope I am clear.