Answer Posted / raushan
/* <applet code=classname.class width="500" height="500"></applet> */
add this code in your program as it is written (along with comment symbol) just after import of packages.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain method local inner classes ?
Explain about core java?
How do you change an int to a string?
What is thread safe java?
Why is java multithreaded?
Can you use abstract and final both with a method?
Is there any case when finally will not be executed?
What is the difference between compile-time polymorphism and runtime polymorphism?
Explain about oops concepts.
What is boolean false?
What is the default value of byte datatype in java?
For class CFoo { }; what default methods will the compiler generate for you>?
Does java support multiple inheritances?
What is static keyword in java?
What is string builder in java?