Choose the missing parts of the method described below:
@PostMapping("/products/{id}")
public void addProduct({1} int id, {2} String description) {
productMap.add(id, description);
}Choose the missing parts of the method described below:
@PostMapping("/products/{id}")
public void addProduct({1} int id, {2} String description) {
productMap.add(id, description);
}Create a free account to access the full topic