|
|
|
JSP Tutorials
|
JSP Get URL
JSP Get URL is used to get the url of the current JSP page. The HttpServletRequest interface has a method getRequestURL ( ) that return the url of the current page.
View Rating |
|
|
JSP Tutorials
|
JSP List Size
JSP List Size is used to get the size of the list. The JSP List Size uses array list object to add the elements and finally return the number of elements are added to the list.
View Rating |
|
|
JSP Tutorials
|
JSP Locale
JSP Locale is used to get the preferred locale of the user. A user can configure their browser with a US language locale ("en_US") as the preferred one.
View Rating |
|
|
JSP Tutorials
|
JSP Mime Type
JSP Mime Type for Multipurpose Internet Mail Extension. MIME is a describe technique for attaching files to Internet mail by changing the raw binary files to printable ASCII.
View Rating |
|
|