How to determine applet?s height and width?



How to determine applet?s height and width?..

Answer / janet

Using getParameters() method

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Advanced Java Interview Questions

diff between jsp include directive and jsp action include?

4 Answers   SolutionNET,


how java is os independent language ?

3 Answers  


What is a modular application? What does module-relative mean?

0 Answers  


What is the form of storage space in java?

0 Answers  


What is the O/P of the below Code Snippet ? And how does it imply the concept of call-by-value/call-by-reference. (Note : Pls ignore syntx errors) public class One { sop ("Into One--"); } public class Two extends One{ sop ("Into Two--"); } public class Home { One a; Two t; public static void main(argv[]) { sop ("In Home--"); sop(One.a); sop(Two.a); sop(One.t); sop(Two.t); } }

2 Answers   Wipro,






Do I have to use jsps with my application?

0 Answers  


What are the steps to write p-to-p model application?

0 Answers  


What is the immediate superclass of the applet class?

0 Answers  


hi friends, i have done my BE(CSE)at 2011 then i have joined one company before they asked me 50k so i paid but now they telling no project here so we r going to close like that so now i need any job i have good knowledge in core java and j2ee(jsp,servlet,jdbc) so if u know any job pl help me

0 Answers   Infosys,


What is the relationship between an event-listener interface and an event-adapter class?

0 Answers  


what is the use of State Factories?

0 Answers  


What is diffennce between AWT & SWING?

4 Answers  


Categories