(f) Explain the difference between the three classes A, B and C that are shown below. What are the conditions of impleme
Posted: Fri May 20, 2022 12:20 pm
(f) Explain the difference between the three classes A, B and C that are shown below. What are the conditions of implementing each class? Who is responsible for managing the lifecycle of any created instance of these classes? (8 marks] @Named public class B {.. } @Stateless public class C {..} public class A {..}