Wednesday, December 26, 2018

method comment in eclipse

  1. Following are the steps to add method comments-
  2. preferences
    1. Java
      1. Code Style
        1. Code Templates
          1. method
            1. Insert variable
  3.  Now to test the above
    1. just type /** and press enter before a method

Tuesday, September 25, 2018

ubuntu permission

sudo chmod -R 777 /* to give permission to the folder and all its contents recursively