0% found this document useful (0 votes)
41 views

Enterprise Java Question Bank

Uploaded by

shivam95ku
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
41 views

Enterprise Java Question Bank

Uploaded by

shivam95ku
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

ENTERPRISE JAVA QUESTION BANK

1. What is an enterprise application? With the help of a neat diagram explain architecture of
enterprise application.
2. List out the challenges faced while maintaining enterprise application
3. development
4. Write short note on :
(a) JSP
(b) Servlet
(c) JSTL
(d) JSF
(e) Facelet
(f) EJB
(g) JPA
5. What are the different types of system architecture?
6. What are the services that a Java EE application is provided by the
7. container to component?
8. Why do we need dynamic content in web pages?
9. What is cgi? What are its advantages and alternatives to cgi?
10. Why do we need servlets?
11. What servlet can do?
12. Write a short note on javax.servlet http package
13. With the help of a neat diagram explain servlet api
14. Instead of init() method why we do not use constructor
15. Which are the cases where init() methods can be called in servlets.
16. What is deployment descriptor?
17. With the help of a neat diagram explain servlet lifecycle.
18. What is a cookie?
19. How does a cookie works?
20. What are the different types of cookie?
21. What are the advantages and disadvantages of cookie?
22. List out the constructor that is used in cookies
23. What are the useful methods that are used in cookie?
24. Write the syntax of the following:
(a) How to create a cookie
(b) Delete a cookie
(c) How to get a cookie
25. Name the parameters used in cookies.
26. Http is a stateless protocol means that the protocol cannot remember prior connection and thus
distinguish one visitor from another
(a) Name a protocol that is not stateless
(b) Advantages of stateless protocol
(c) Disadvantages of stateless protocol
27. What is session id?
28. Explain the lifecycle of http session
29. What are the different methods used in session tracking?
30. What is request dispatcher? How to obtain an object implementing request dispatcher
interface?
31. Explain the method used for request dispatcher.
32. What is JSP technology?
33. Why do we use JSP page ?
34. Disadvantage of JSP page
35. Life Cycle of JSP page
36. With the help of neat diagram explain execution of a JSP
37. What are the advantages of JSP document?
38. List out the various directives used in JSP
39. List out the various scripting elements used in JSP
40. What are action elements ? How to include other file in JSP using action element
41. How to forward JSP page to another page?
42. Which are the implicit objects available in a JSP page ?
43. What are the various expression used in JSP?
44. List out the literals that are used in an expression
45. List out the set of implicit object defined by the JSP expression language?
46. What is wrong in using JSP scriptlet tags?
47. What are the disadvantages of JSTL?
48. What are the benefits of EJB ?
49. With the help of neat diagram EJB architecture
50. What are the different types of EJB?
51. Explain the lifecycle of session bean
52. Explain the lifecycle of message driven beans. What are the uses of MDB?
53. Explain the architecture of a JPA
54. How does JPA work?
55. What is ORM ? What is the role of ORM in JPA?

You might also like