Popular ways of documenting Java code (Java Development)

06/08/2015 11:41

As we know that programming language work is really not an easy task and not even for the experienced person. Behind every task, there is a reason for developing the technology.

Java development is the same which requires continuous and useful changes which can change the future of the users.  Like if your boss has given you to develop some specific program and you have done it.

You use different codes according to your understanding and then show the program to your boss. Due to some unfortunate reasons, your work rejected and your boss advises you to complete the work again and make some usable and needed changes.

 

And in that hard condition, if you do not remember the code you used to do, what would you do? It is not an easy condition to solve, so before developing any program, there is a great need to understand and learn the codes several times.

To save our time, this is important to read, what you have learned in the codes and various types of codes used there. In compiling this source, there are different comments, and these comments are of various types.

Three types of comments done in the coded language are as follows:

  1. single line comment in the compiling languages
  2. multiple comments in the decoding languages

Java development company India illustrates with the different programs and above comments is then being performed for compiling and decoding. As a single line, the comment is used as a single line and then ended with //.

It will ignore the coded form and then there is less need to remember all the single codes. Multiple comments start with multiples lines and put between the / * and * \. It is the reason that for the programs of high levels, multiple comments used.