Login
Remember
Register
Ask a Question
Can you write a Java class that could be used both as an applet as well as an application?
+2
votes
asked
May 12, 2021
in
JAVA
by
rajeshsharma
Can you write a Java class that could be used both as an applet as well as an application?
java-class
java-application
java
Java-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 12, 2021
by
rajeshsharma
Yes. Add a main() method to the applet.
...