what are features added in servelet 2.5
Answers
Answered by
0
Answer:
While this limits Servlet 2.5 to those platforms with J2SE 5.0 implementations, this change means that all the new language features from J2SE 5.0 (generics, autoboxing, an improved for loop, a new enum type, static importing, vararg s, and metadata annotations) are guaranteed available to Servlet 2.5 programmers.
Similar questions