request: This is the HttpServletRequest object associated with the request. pageContext: It is used to get, set and remove the attributes from a particular scope. page: Page implicit variable holds ...
System.out.println(" Length of the string s1 is : " +s1.length()); System.out.println(" The first appearing of a is at the position : " +s1.indexOf('a')); System.out ...