اكثر اسئلة واجوبة المقابلات طلبا والاختبارات عبر الإنترنت
منصة تعليمية للتحضير للمقابلات والاختبارات عبر الإنترنت والدروس والتدريب المباشر

طوّر مهاراتك من خلال مسارات تعلم مركزة واختبارات تجريبية ومحتوى جاهز للمقابلات.

يجمع WithoutBook أسئلة المقابلات حسب الموضوع والاختبارات العملية عبر الإنترنت والدروس وأدلة المقارنة في مساحة تعلم متجاوبة واحدة.

التحضير للمقابلة

Servlets اسئلة واجوبة المقابلات

Test your skills through the online practice test: Servlets Quiz Online Practice Test

فروقات ذات صلة

JSP vs Servlets

سؤال 26. What is servlet context ?

The servlet context is an object that contains a servlet's view of the Web application within which the servlet is running. Using the context, a servlet can log events, obtain URL references to resources, and set and store attributes that other servlets in the context can use. (answer supplied by Sun's tutorial).

هل هذا مفيد؟ اضف تعليقا عرض التعليقات
 

سؤال 27. Which interface must be implemented by all servlets?

Servlet interface.

هل هذا مفيد؟ اضف تعليقا عرض التعليقات
 

سؤال 28. Explain the life cycle of Servlet.

هل هذا مفيد؟ اضف تعليقا عرض التعليقات
 

سؤال 29. When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?

An instance of servlet is created when the servlet is loaded for the first time in the container. Init() method is used to configure this servlet instance. This method is called only once in the life time of a servlet, hence it makes sense to write all those configuration details about a servlet which are required for the whole life of a servlet in this method.

هل هذا مفيد؟ اضف تعليقا عرض التعليقات
 

سؤال 30. Why don't we write a constructor in a servlet?

Container writes a no argument constructor for our servlet.

هل هذا مفيد؟ اضف تعليقا عرض التعليقات
 

الاكثر فائدة حسب تقييم المستخدمين:

حقوق النشر © 2026، WithoutBook.