Principais perguntas e respostas de entrevista e testes online
Plataforma educacional para preparacao de entrevistas, testes online, tutoriais e pratica ao vivo

Desenvolva habilidades com trilhas de aprendizado focadas, simulados e conteudo pronto para entrevistas.

WithoutBook reune perguntas de entrevista por assunto, testes praticos online, tutoriais e guias comparativos em um unico espaco de aprendizado responsivo.

Preparar entrevista

Simulados

Definir como pagina inicial

Adicionar esta pagina aos favoritos

Assinar endereco de e-mail

Java Swing perguntas e respostas de entrevista

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

Pergunta 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.

Isto e util? Adicionar comentario Ver comentarios
 

Pergunta 22. When we should go for codebase in applet?

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

Isto e util? Adicionar comentario Ver comentarios
 

Pergunta 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

Isto e util? Adicionar comentario Ver comentarios
 

Pergunta 24. Which method is used for setting security in applets?

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

Isto e util? Adicionar comentario Ver comentarios
 

Pergunta 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.

Isto e util? Adicionar comentario Ver comentarios
 

Mais uteis segundo os usuarios:

Copyright © 2026, WithoutBook.