SóProvas


ID
1217776
Banca
IADES
Órgão
TRE-PA
Ano
2014
Provas
Disciplina
Programação
Assuntos

Java Naming and Directory Interface (JNDI) é uma interface de programação de aplicativos composta pelos pacotes: javax.naming, javax.naming.directory, javax.naming.event, javax.naming.ldap e javax.naming.spi. Assinale a alternativa que apresenta o método da classe javax.naming.Context utilizado para recuperar um objeto vinculado a um nome.

Alternativas
Comentários
  • Bind:  Binds a remote reference to the specified name in this registry.

     

    Lookup:  Returns the remote reference bound to the specified name in this registry.

     

    Rebind: Replaces the binding for the specified name in this registry with the supplied remote reference. If there is an existing binding for the specified name, it is discarded.

     

    Unbind: Removes the binding for the specified name in this registry.

     

  • Bind: Vincula uma referência remota ao nome especificado nesse registro.

    Lookup: Retorna o limite de referência remota para o nome especificado nesse registro.

    Rebind: Substitui a ligação para o nome especificado nesse registro pela referência remota fornecida. Se houver uma ligação existente para o nome especificado, ela será descartada.

    Unbind: Remove a ligação para o nome especificado neste registro.