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
Does java support function overloading, pointers, structures, unions or linked lists?
Explain the purpose of garbage collection in Java?
Where we write javascript code in html page?
Why is the main method declared static?
How do you compare two strings lexicographically?
What is the format specifier?
Is singleton class immutable?
What are the data types supported by java? What is autoboxing and unboxing?
What is an iterator interface in java programming?
What are sets in java?
Is it possible to use string in the switch case?
What is ordered map in java?
What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?
How do you remove all elements from an arraylist in java?
Explain when noclassdeffounderror will be raised ?