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
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 is the main purpose of java servlets?
When a servlet accepts a call from a client, it receives two objects. What are they?
What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?
How do you get the ip address of the client in servlet?
What is a web container and what is its responsibility?
Explain mvc pattern.
Which http method is said to be non-idempotent and idempotent?
How we can get ip address of client in servlet?
If servlet receives multiple requests, how many objects will it create?
What is the default http method in the servlet?
What is called a session?
What is the advantage of Servlets when compared with other server side technologies?
How do you communicate in between Applets and Servlets?
Differentiate between get and post?