Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

can any one tell the difference btwn trusted applet & untrusted applet in JAVA ?

3 Answers

Relevance
  • 1 decade ago
    Favorite Answer

    i dunno?

  • In general, applets loaded over the net are prevented from accessing files on the client machine, and from making network connections except to the host originating the applet.

    In addition, applets loaded over the network are prevented from starting other programs on the client. Applets loaded over the network are also not allowed to load libraries, or to define native method calls, providing accessing to the underlying computer.

    On the other hand, trusted applets can be permitted to do all that. The trust model in Java allows you to enable only certain operations, so it is possible that you enable network connections to/from anywhere but don't permit access to the local file system.

    hope it helps!!

  • 1 decade ago

    No, unless the applet has certificate of authetication that allow certain security setting to download it without warning.

    I wouldn't download applet unless it's from a trusted site

Still have questions? Get your answers by asking now.