in Technology by

How EJB implements dependency injection?

1 Answer

0 votes
by

EJB 3.0 specification provides annotations which can be applied on fields or setter methods to inject dependencies. EJB Container uses the global JNDI registry to locate the dependency.

Related questions

0 votes
    What is Dependency Injection and its types in laravel?...
asked Sep 30, 2021 in Technology by JackTerrance
+1 vote
    What types of Dependency injection does spring supports? A - Constructor based, Setter based B - Constructor based, ... based D - Constructor based, Setter based, Properties based...
asked Oct 14, 2020 in Technology by JackTerrance
+1 vote
    Which of the following is correct about dependency injection? A - It helps in decoupling application objects from each other. ... . D - It stores object states in file system....
asked Oct 14, 2020 in Technology by JackTerrance
+1 vote
    What is Dependency Injection in Spring? A - It is a design pattern which implements Inversion of Control for software ... - It is used to promote tight coupling in code....
asked Oct 14, 2020 in Technology by JackTerrance
0 votes
    What is dependency Injection in Spring Boot?...
asked Jul 8, 2021 in Education by JackTerrance
0 votes
    What is the concept of Dependency Injection?...
asked Jun 30, 2021 in Education by JackTerrance
0 votes
    Which of these standard collection classes implements a linked list data structure? (a) AbstractList (b) LinkedList ... of Java Select the correct answer from above options...
asked Mar 1, 2022 in Education by JackTerrance
0 votes
    Which of these classes implements Set interface? (a) ArrayList (b) HashSet (c) LinkedList (d) DynamicList I ... Framework of Java Select the correct answer from above options...
asked Mar 1, 2022 in Education by JackTerrance
0 votes
    Which of these standard collection classes implements all the standard functions on list data structure? (a) Array ... of Java Select the correct answer from above options...
asked Mar 1, 2022 in Education by JackTerrance
0 votes
    Which of the following methods is used to avoid serialization of new class whose super class already implements ... and answers pdf, java interview questions for beginners...
asked Oct 25, 2021 in Education by JackTerrance
0 votes
    Which of these standard collection classes implements a dynamic array? (a) AbstractList (b) LinkedList (c) ... questions and answers pdf, java interview questions for beginners...
asked Oct 25, 2021 in Education by JackTerrance
0 votes
    Map implements collection interface? (a) True (b) False I have been asked this question in an international ... questions and answers pdf, java interview questions for beginners...
asked Oct 25, 2021 in Education by JackTerrance
0 votes
    Which of these standard collection classes implements a linked list data structure? (a) AbstractList (b) ... questions and answers pdf, java interview questions for beginners...
asked Oct 25, 2021 in Education by JackTerrance
0 votes
    Which of these classes implements Set interface? (a) ArrayList (b) HashSet (c) LinkedList (d) DynamicList ... questions and answers pdf, java interview questions for beginners...
asked Oct 25, 2021 in Education by JackTerrance
0 votes
    Which of these standard collection classes implements all the standard functions on list data structure? (a) ... for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 25, 2021 in Education by JackTerrance
...