Constructor is the blueprint to create object .Here person is the constructor from which we can create objects. jane,mark and john are the 3 instances of person constructor.
------Controller------------- @RestController @RequestMapping("/items") public class ItemController { private final ItemServic...
No comments:
Post a Comment