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:
see explaination and attachment
Explanation:
We can say that a Gantt chart is a visual view of tasks scheduled over time. Gantt charts are used for planning projects of all sizes and they are a useful way of showing what work is scheduled to be done on a specific day.
see attachment for the detailed step by step solution.
Answer:
def power(base, expo):
if expo == 0:
return 1
else:
return base * power(base, expo-1)
Explanation:
*The code is in Python.
Create a method called power that takes base and expo as parameters
Check if the expo is equal to 0. If it is return 1 (This is our base case for the method, where it stops. This way our method will call itself "expo" times). If expo is not 0, return base * power(base, expo-1). (Call the method itself, decrease the expo by 1 in each call and multiply the base)
Answer:
there are no possibilities
Explanation:
A class / subclass relatonship is not going to be possible here.
This is because we have these four caegories namely
1. compact,
2. midsize,
3. full-size, and
4. sport utility
These four categories have no real unique relationship or attributes with an entity type. A minimum of a supertype has atleast one subtype as well as following the total specialization situation.