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 / imran
you r accepting input data as chinese from the form then u
might be having some special methods to convert from
chinese to English in the system applications itself..try
to find out them....
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How do servlets work?
How httpservlet is different from the genericservlet?
How to get the actual path of servlet in server?
How is the get () method different from the post() method?
Is servlet a controller?
What is the need of session tracking in web application?
Can we use the constructor, instead of init(), to initialize servlet?
What are all the protocols supported by httpservlet?
What is the use of httpservletrequestwrapper and httpservletresponsewrapper?
What are the mechanisms used by a servlet container for maintaining session information?
Differentiate between the web server and application server?
What are the different methods involved in generic servlet?
Describe servlet?
What is url encoding and url decoding
Explain mvc pattern.