Q. How to assign values to variable using property?
β
Correct Answer: (A)
@Value("${my.property}")
private String prop;
You must be Logged in to update hint/solution