I'm going to tinker with Java this week and hope someone can get me off on the right foot. I don't recall but did applets fall out of favor for some other method? In any case, I wrote a simple "Hello, World" that runs in the console and I'd like to insert it into a web page but I'm unsure of the correct modern way to do this. I presume the <object> tag is used rather than <applet> but I want to use <object> anyway. Though I've gotten it to work somewhat, it's not stable and I really don't understand what values to use for the attributes.
So, I have compiled HelloWorld.clas s. How do I use <object> with this to insert it into a web page?
So, I have compiled HelloWorld.clas s. How do I use <object> with this to insert it into a web page?
Comment