How to work with Chinese login page
(internationalization).if he enters user name and password
in chinese, how is it converted to English and validate in
db? And in reverse it should display welcome message in
Chinese,if user is valid
Answer Posted / rashmi
Using Locale Class, it may be done... try it using Locale
class...
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain the servlet context.
What are its drawbacks of cgi?
How we can call a jsp from the servlet?
What is the difference between servlet and filter?
What is api in servlet?
How to get the path of servlet in the server?
What is dispatcher servlet?
Explain the concept of ssi ?
The code in a finally clause will never fail to execute, right?
Explain web container.
Explain the difference between a web server and a web container?
Explain is servlet mapping?
What is the procedure for initializing a servlet?
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?
What is new in ServletRequest interface ? (Servlet 2.4)