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
Define context initialization parameters.
Name the different ways of session tracking.
Why do we need servlet filter?
Which http method is said to be non-idempotent and idempotent?
What is the difference between Difference between doGet() and doPost()?
What is cookies in servlet with example?
What is servlet collaboration?
Is that servlet is pure java object or not?
What is meant by servlet? What are the parameters of the service method?
Why is a constructor needed in a servlet even if we use the init method?
List some life cycle methods of a servlet.
What are the functions of the servlet container?
What are the life cycle methods of the servlet?
What are different ways for authentication of servlet?
How a servlet is unloaded?