Java Swing Programming Question:

Which method is used by the applet to recognize the height and width?

Java Swing Programming Interview Question
Java Swing Programming Interview Question

Answer:

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


Previous QuestionNext Question
What is the difference between applications and applets?When we should go for codebase in applet?