Google Docs recently added support for uploading arbitrary files (up to 250MB large). Can this be used to host Java applets?

I uploaded a jar file containing a simple test applet to Google Docs and referenced it like so:

<applet width="440" height="60" code="JavaVersionDisplayApplet.class" codebase="http://docs.google.com/" archive="uc?id=0B9ANnqvnRtroOTM5YWE3YmMtMGZkMy00ZGE5LWE2NWUtOGZhNzk5MzA2NzBk"></applet>

The result: