Answer: Drag – Also called click-and-drag. Holding in the mouse button and then moving the mouse. Dragging is often done so that an object will move along with the mouse.
Answer: It is a non-existing keyword or symbol in access
Explanation:
<span>It should be single-user/multitasking os.</span>
Answer:
jspService()
Explanation:
These are the steps in JSP life cycle-
1. We have to convert JSP page to Servlet.
2.Then we compile the JSP page which convert it into test.java
3. In test.java ,we load the classes(test.class) in container.
4. Object(instance) is created in container .
5. Then, we initialize the init() method at the time of servlet generation.
6. After the initialization,for the requests we use _jspService() method to serve the incoming requests from JSP.
7. When the work of JSP is completed, we remove it from container by the help of jspDestroy() method.
There is no jspService() method in the JSP life cycle.
Answer
<u>Defination</u><u>-</u><u>:</u>
A control statement is a statement and a statement whose execution its control.
<u>Types-:</u>
- Selection Statement
- Iteration Statement
- Unconditional branching Statement