wtl
wtl
Transaction management
Security
Concurrency
Messaging (JMS)
Type Description
1. Stateless Session Beans -No client-specific data is stored between calls. Example:
AddTwoNumbersBean that adds two integers sent by client.
2. Stateful Session Beans- Maintains client state between method calls. Slower but useful for
shopping carts, login sessions, etc.
JBoss, now known as WildFly, is an open-source Java EE (Jakarta EE) application server
developed by Red Hat.Open-source Java EE server used to deploy EJBs and Web Apps.
9---AngularJS
What is AngularJS?
AngularJS is an open-source JavaScript framework for building dynamic single page web
applications. Developed by Google, it helps in developing SPAs (Single Page Applications) using
HTML as a template language.
Cross-browser compatible.
8---struts framework
The execute() method contains core business logic and returns a string indicating next view (success,
error). It’s called by controller after form validation.
PHP is a server-side scripting language that generates dynamic content on the server and interacts with databases, forms,
and sessions.
PHP supports easy interaction with databases like MySQL, enabling efficient data handling.
PHP runs on multiple operating systems and works with popular web servers like Apache and Nginx.
Here are 10 viva/oral questions with short answers for each of the following topics:
By checking form field values before submitting (e.g., if (name === "") alert("Enter name")).
7. What is DOM in JavaScript?
The Document Object Model allows JavaScript to access and change HTML elements.
✅ 5. Servlet Program
1. What is a Servlet?
Servlets are Java code; JSPs are HTML with embedded Java.
By compiling and packaging in a .war file and deploying to a server like Tomcat.
Special instructions like <%@ page %> that control page behavior.
A file with HTML and embedded Java code, saved with .jsp extension.
Place the .jsp file in the web app's directory (like webapps/YourApp/).
2. What is MySQL?
9. What is XAMPP/WAMP?
Local servers that bundle Apache, MySQL, and PHP for development.
Would you like sample code snippets or a quiz based on these questions?