Answer: Internet Protocal (IP)
Answer:
Hi myself Shrushtee.
Explanation:
Your answer is
A) software engineering,
please mark me as brainleist
The factors that limit a technological design can be physical and social. The physical limitations are constraints due to nature itself. They include natural laws and properties of materials.
Social limitations on the other hand <span>are limitations that arise as a result of the society we are living in and include the ease of use, safety, attractiveness, and <span>cost.</span></span>
No.
This is because a social media company must always continue to adapt to new trends and marketing techniques in order to remain relevant to the community.
Hope this helps!
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.