The eclipse tag has no wiki summary.
2
votes
1answer
217 views
Is using the applet class in a Java game a wise thing to do?
I am making an 2D multiplayer game in Java project, by using Java sockets and simple java.applet.*
Our teacher told us to use J2EE concepts in the project. Do I have to use JSP? Is it better or ...