Which is a valid PostConstruct method in a message-driven bean class?
a. @PostConstruct
a. public boolean init() { return true; }
b. @PostConstruct
b. private static void init() {}
c. @PostConstruct
c. private void init() {}
d. @PostConstruct
d. public static void init() {}
Answer: C
If the answers is incorrect or not given, you can answer the above question in the comment box. If the answers is incorrect or not given, you can answer the above question in the comment box.