1 Answer

0 votes
by

Related questions

0 votes
    Q)Which is not life cycle method of Servlet ? * service ( ) delete ( ) init ( ) doPost ( ) Select the correct answer from above options...
asked Dec 19, 2021 in Education by JackTerrance
0 votes
    Q)Which is not life cycle method of Servlet ? * service ( ) delete ( ) init ( ) doPost ( ) Select the correct answer from above options...
asked Dec 18, 2021 in Education by JackTerrance
0 votes
    When init() method of servlet gets called? A - The init() method is called when the servlet is first created. B - The init() ... . C - Both of the above. D - None of the above....
asked Jan 12, 2021 in Technology by JackTerrance
0 votes
    When I am running a Hadoop .jar file from the command prompt, it throws an exception saying no such method ... (Child.java:264) Select the correct answer from above options...
asked Feb 2, 2022 in Education by JackTerrance
0 votes
    When service() method of servlet gets called? A - The service() method is called when the servlet is first created. B - The ... C - Both of the above. D - None of the above....
asked Jan 12, 2021 in Technology by JackTerrance
0 votes
    What’s the init container and when it can be used in Kubernetes?...
asked Jul 15, 2021 in Technology by JackTerrance
0 votes
    What is Init only setters C#.Net?...
asked Dec 30, 2020 in Technology by JackTerrance
0 votes
0 votes
    Which of the following is the correct order of servlet life cycle phase methods? A - init(), service(), destroy() B - ... execute(), destroy() D - init(), service(), delete()...
asked Jan 12, 2021 in Technology by JackTerrance
0 votes
    Which of the following package contains servlet classes? A - javax.servlet B - javax.servlet.http C - Both of the above. D - None of the above....
asked Jan 12, 2021 in Technology by JackTerrance
0 votes
    Servlet are used to program which component in a web application? (a) client (b) server (c) tomcat (d) ... & Servlet of Java Select the correct answer from above options...
asked Feb 22, 2022 in Education by JackTerrance
0 votes
    Servlet are used to program which component in a web application? (a) client (b) server (c) ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 24, 2021 in Education by JackTerrance
0 votes
    Which JDBC driver Type(s) can be used in either applet or servlet code? (a) Both Type 1 and Type ... Answers, Database Interview Questions and Answers for Freshers and Experience...
asked Oct 11, 2021 in Education by JackTerrance
0 votes
    What if you need to span your transaction across multiple Servlet invocations in JBOSS?...
asked Jun 5, 2021 in Technology by JackTerrance
0 votes
    How can you start a JTA transaction from a Servlet deployed on JBoss?...
asked Jun 5, 2021 in Technology by JackTerrance
...