Results 1 to 2 of 2

Thread: Trusted and Untrusted applet

  1. #1
    Expert Member
    Join Date
    Oct 2006
    Answers
    209

    Trusted and Untrusted applet

    What are difference between trusted and untrusted applet?

    Note : This is the question asked by a visitor bala. I am posting this in proper forum.


  2. #2
    Contributing Member
    Join Date
    Sep 2006
    Answers
    962

    Re: Trusted and Untrusted applet

    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.

    ----------------------------
    suresh


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact