When injecting scalar/literal values into Spring beans, which of the following statements is true? (select one)
When injecting scalar/literal values into Spring beans, which of the following statements is true? (select one)A . Scalar values cannot be injected into setters or constructors with primitive type parametersB . Spring performs automatic type conversion for certain data types, such as String to intC . In XML Spring configuration,...