Constructor is a very important Concept for OOPS Generally it is used to Initialize the value into variabe. If you don't create constructor then it will be automatically created when object is created .
But init method is used for initialization, which means It initializes the local as well as global variable on server during … Read more