Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Crating a vector in Servlet and then storing it in session ..Unusual Error

843841Oct 24 2005 — edited Oct 25 2005
I am creating a vector in a servlet and then i am storing it in session.
When i am compliling the servlet it is saying
: Recomplile with -XLint : Unchecked for detail


My code for creating vector is
Vector v =new VEctor();
v.add("name");
session.setAttribute("v",v); / / storing in session
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 22 2005
Added on Oct 24 2005
7 comments
163 views