Wireless Application Protocol (WAP) Question:
Download Job Interview Questions and Answers PDF
Can I use Java Servlets to produce WML pages?
Answer:
Yes. You can create WML in exactly the same way that you create HTML. If you have written your servlets to produce WML, just remember to set the MIME type correctly:
response.setContentType("text/vnd.wap.wml");
response.setContentType("text/vnd.wap.wml");
Download WAP Interview Questions And Answers
PDF
Previous Question | Next Question |
Do I need a WAP gateway? | Does WAP run over GPRS? |