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
How do singleton patterns work?
How does finally block differ from finalize() method?
What is the default value of float and double datatype in java?
What is the maximum size of list in java?
Can we initialize the final blank variable?
How many return statement are allowed in a function?
What is boolean law?
Can we override compareto method?
What is the use of generics? When was it added to the Java development Kit?
Can we overload destructor in java?
Does java support multiple inheritances?
What are implicit objects in java?
why are there separate wait and sleep methods? : Java thread
Explain the difference between hashmap and hashtable in java?
Is it possible to cast an int value into a byte variable? What would happen if the value of int is larger than byte?