Which is a valid PostConstruct method in a message-driven bean class?
a. @PostConstruct
public boolean init() { return true; }
b. @PostConstruct
private static void init() {}
c. @PostConstruct
private void init() {}
d. @PostConstruct
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.