<html> <head> <title> hola soy vector.jsp </title> </head> <body> <% vector = new int[10]; for (int i=0;i<=9;i++) vector[i]=i; %> </body> </html>