My Today Paper...
Mostly Mcqs Were New Few Were From Past Papers...
Subjective Question:
1. When we include the output of one servlet into another, why do we need to write out.flush() in the including servlet? (2 marks)
2. Identify the type of the tag? (2 marks)
<stuudenttag: study>
</studenttag: study>
3. What types of problems with struts framework? (2 marks)
4. A browser Requested a webpase and server send page with response code 403. What does it means?(2 marks)
5. When to use yield() method in multiprogramming? (3 marks)
6. What impact a JavaBean object can produce when it is stored in servlet request object?(3 marks)
7. Write any six features of JSF ?(3 marks)
8. If we call folowling method and refresh our web page will session expire?(3 marks)
session.setMaxAge(160);
session.invalidate();
9. Write simple java program in servlet which will show current visit number on a web page using cooking and display on the screen?(3 marks)
10. Difference between doGet and doPost?(5 marks)
11. Write code for StudenInfo.jsp that gets the name and id of student from database "table" and display it in form of table. Use html to display table?(5 marks)
12. What do you know about EL(Expression Language)? (5 marks)
Mostly Mcqs Were New Few Were From Past Papers...
Subjective Question:
1. When we include the output of one servlet into another, why do we need to write out.flush() in the including servlet? (2 marks)
2. Identify the type of the tag? (2 marks)
<stuudenttag: study>
</studenttag: study>
3. What types of problems with struts framework? (2 marks)
4. A browser Requested a webpase and server send page with response code 403. What does it means?(2 marks)
5. When to use yield() method in multiprogramming? (3 marks)
6. What impact a JavaBean object can produce when it is stored in servlet request object?(3 marks)
7. Write any six features of JSF ?(3 marks)
8. If we call folowling method and refresh our web page will session expire?(3 marks)
session.setMaxAge(160);
session.invalidate();
9. Write simple java program in servlet which will show current visit number on a web page using cooking and display on the screen?(3 marks)
10. Difference between doGet and doPost?(5 marks)
11. Write code for StudenInfo.jsp that gets the name and id of student from database "table" and display it in form of table. Use html to display table?(5 marks)
12. What do you know about EL(Expression Language)? (5 marks)
Comments
Post a Comment
Please give us your feedback & help us to improve this site.