Java J2EE Question and Answers
21. | What are the types of J2EE modules? |
---|---|
|
|
22. | What is Java Secure Socket Extension (JSSE)? |
---|---|
A set of packages that enables secure Internet communications. | |
23. | What is URI? |
---|---|
|
|
24. | What is Servlet? |
---|---|
A java program that extends the functionality of a Web server, generating dynamic content and interacting with Web applications using a request response paradigm. | |