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

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

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

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

الاختبارات التجريبية

اجعلها الصفحة الرئيسية

احفظ هذه الصفحة في المفضلة

الاشتراك عبر البريد الإلكتروني

Java Swing اسئلة واجوبة المقابلات

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

سؤال 21. Which method is used by the applet to recognize the height and width?

getParameters()
Method is used by the applet to recognize the height and width.

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

سؤال 22. When we should go for codebase in applet?

If the applet class is not in the same directory, codebase is used.

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

سؤال 23. What is the lifecycle of an applet?

init( ) method - called when an applet is first loaded
start( ) method - called each time an applet is started
paint( ) method - called when the applet is minimized or maximized
stop( ) method - called when the browser moves off the applet's page
destroy( ) method - called when the browser is finished with the applet

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

سؤال 24. Which method is used for setting security in applets?

setSecurityManager()
Method is used for setting security in applets.

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

سؤال 25. What is an event and what are the models available for event handling?

Changing the state of an object is called an event. An event is an event object that describes a state of change. In other words, event occurs when an action is generated, like pressing a key on keyboard, clicking mouse, etc. There different types of models for handling events are event-inheritance model and event-delegation model.

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

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

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