Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Can you write a Java class that could be used both as an applet as well as an application?
Home
JAVA
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.
...