HACKED BY BACTRAN FROM VIETNAM
Posted on: November 28, 2019 at 3:08 AMHi All,
I have a configuration for Aliases, I want to do this from Java side in Tomcat8
Hi, How to get cookies in serverlet and then print? how to get browser cookies in java? Thanks
Posted on: July 25, 2018 at 5:52 AMmy server is giving me erro HTTP Status 404 - /SimpleServelet/ wen i try to run the srvelet. can some one help me. thx. moses
Posted on: September 26, 2017 at 5:00 AMmy server is giving me erro HTTP Status 404 - /SimpleServelet/ wen i try to run the srvelet. can some one help me. thx. moses
Posted on: September 26, 2017 at 5:00 AMmy server is giving me erro HTTP Status 404 - /SimpleServelet/ wen i try to run the srvelet. can some one help me. thx. moses
Posted on: September 26, 2017 at 5:00 AMHi, How to display image in jsp from database using Servlet? Thanks
Posted on: April 22, 2017 at 2:52 PMHi, How to retrieve image from database in Servlet? Thanks
Posted on: April 22, 2017 at 2:49 PMCreate an HTML form login.html that accepts the username and password and submits to login.java servlet. Verify credentials and on success, set the username in the HTTP Session and show a "Welcome username>" message.
Posted on: March 11, 2017 at 1:39 AMCreate an HTML file AddCookies.html which contains four text boxes .When user enters the values in these text boxes and press the submit button, the values will be sent to AddCookies.java servlet and get saved in cookies.
Posted on: March 11, 2017 at 1:37 AMOne servlet can be configured to handle a set of requests. So, in Servlet you have to get the URL of the page accessed. How you can get the URL of the page accessed in the Servlet? Thanks
Posted on: June 4, 2015 at 11:25 AMi'm usng eclipse luna(java programming) Sevlet and apache tomcat8.0 i need to do a login page then after login it must display either invalid user or valid user here is what i done for login page after i login it shows error
Posted on: September 16, 2014 at 8:08 PMin my form i have 2 submit buttons one for edit and another for update on page load all my details need to fetch from database and it need to insert automatically in to disabled text boxs and once i press the edit button all text boxs need to enab
Posted on: August 25, 2014 at 6:06 PMHow you can write code in Servlet for throwing the httpd error 404? How to add the configuration for handling the not found error in the web.xml file? Thanks
Posted on: July 7, 2014 at 12:26 PMHi, I am beginner in Servlet. I have learned the JSP a little bit. Now I wan't to learn Servlet. Tell me the URL to learn Servlet? Thanks
Posted on: January 4, 2014 at 10:30 PMCreate a servlet page which helps the user to update his password. The user should give the username,old password,new password,confirm password. The updation is applicable only for valid users.then Store it into a table. please tell me the
Posted on: October 28, 2013 at 8:45 PMhow many ways are there to invoke a servlet object?
Posted on: April 28, 2013 at 12:20 AMHow to get the referer url in Java? Thanks
Posted on: February 12, 2013 at 4:12 PMI have two Servlet Containers, I want to send a request from one Servlet from one container to one Servlet in the other container, How can I do?
Posted on: February 6, 2013 at 4:33 PMwrite and test a function named mirror that is passed an array of n floats and returns a newly created array that contains those n floats values in reverse order . for example, the call of mirror function would transform the array {10.1,11.2,8.3,7
Posted on: December 12, 2012 at 9:49 PMView all discussion for Servlet Interview Questions