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
How can you push data from an Applet to a Servlet?
What is setattribute in servlet?
Explain the features are in servlet 3?
Name the packages that work with servlet?
What is the major difference between servlet and applet?
How do cookies work in servlets?
What is meant by a web application
In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify
What are the types of Session Tracking ?
Who is responsible for writing a constructor?
How to get the path of servlet in the server?
What is the difference between portlet and servlet?
What do you mean by servlet context?
How to get the current httpsession object?
Differentiate between the get and post method