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 / ravikiran
with the call to setLocale of the ServletResonse Interface
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is servlet a server side scripting language?
What are the drawbacks of cgi?
Why the container loads server at the application startup and how?
What is the
How can you run a servlet program?
How to read request headers from servlets?
Is it good idea to create servlet constructor?
When a servlet accepts a call from a client, it receives two objects. What are they?
What is new in ServletRequest interface ? (Servlet 2.4)
how many jsp scripting elements are there and what are those?
How do servlets work?
What are all the advantages of servlet over cgi?
Can filter be used as request or response?
What is cgi and what are its drawbacks?
Whether thread can be used in servlets?