Questions:
  1. I am assuming you support Java script. Is this correct?
  2. Do you support Java Server Pages?
  3. Do I have to directly place my applets on the server to get them to run ?
  4. Can I run Java Applets from my site ?
  5. Do you allow Java Servlets ?

Answers:
  1. I am assuming you support Java script. Is this correct?
    Absolutely correct!

  2. Do you support Java Server Pages?
    If you mean Java Servlets... no, we do not support them.

  3. Do I have to directly place my applets on the server to get them to run ?
    Yes, if you have applets on your local system (home computer), you will need to upload them into your webspace, and DIRECTLY call them.
    In other words, if you have an applet called:
    testapplet.class
    You would need to upload it into your main web directory, and reference it in your html code like this:

    code="testapplet.class"

  4. Can I run Java Applets from my site ?
    Of course you can :)
    But, as always... please remember, that we do not answer programming questions. If you have programming questions, you need to contact an experienced Java programmer.

  5. Do you allow Java Servlets ?
    No, we do not allow Java Servlets.