InterviewSolution
 Saved Bookmarks
    				| 1. | 
                                    What are features added in servelet 2.5 | 
                            
| 
                                   
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.  | 
                            |