sorry if my question in trivial but I'm wondering if it's possible to programmatically interact with an applet, reading the output it provides (a sort of web-scraping).
Assuming a certain website expose an applet, would it be possible to extract content from it through POST/GET requests (or other similar means) in a programming language like Java. My interaction is "black box like" as I have no access to the server environment.