Answer:
*jspService()
Explanation:
These are the steps in JSP life cycle.
1. Conversion JSP page to Servlet
.
2.Compilation of JSP page(test.java)
3.Class is loaded (test.java to test.class)
4.Instantiation (Object is created)
5.Initialization (jspInit() method is only called once at the time of servlet generation )
6.Request processing(_jspService() method is used for serving requests by JSP)
7.JSP Cleanup (jspDestroy() method is used for removing JSP from use)
There is no *jspService() method in the JSP life cycle.
Wireless lans (WLANS) and wireless wans (wwans) rely on as the radio frequency spectrum communication medium.
<h3>What is Radio spectrum?</h3>
The radio spectrum is known to be an aspect of the electromagnetic spectrum that is said to have frequencies from 0 Hz to 3,000 GHz.
Note that Wireless lans (WLANS) and wireless wans (wwans) rely on as the radio frequency spectrum communication medium for their functions.
Learn more about WLANS from
brainly.com/question/26956118
#SPJ12
Answer:
monitor
Explanation:
this is because monitor displays information so it an output
Answer:
True is the correct answer for the above question.
Explanation:
- The loop is used to repeat some specifies tasks for a finite amount of time. It is of three types:- For, Do-while and While.
- The While Loop is a Loop that has two things:- 1. The condition is used to decide that the loop statement executes or not and 2. Some line of the statement which holds the operation which helps the condition to be false after a finite iteration of the loop, so the loop executes finite times.
- The question-statement also wants to state which is described above. Hence the Question statement is a true statement.