top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is JAVAdoc utility?

0 votes
113 views
What is JAVAdoc utility?
posted Jan 12, 2016 by Dominic

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

2 Answers

+1 vote

Javadoc utility enables you to keep the code and the documentation in sync easily. The javadoc utility lets you put your comments right next to your code, inside your ".java" source files.

All you need to do after completing your code is to run the Javadoc utility to create your HTML documentation automatically.

More refer the URL : http://tech.queryhome.com/112450/java-documentation-comments

answer Jan 12, 2016 by Shivaranjini
+1 vote

Javadoc utility enables you to keep the code and the documentation in sync easily. The javadoc utility lets you put your comments right next to your code, inside your ".java" source files.

All you need to do after completing your code is to run the Javadoc utility to create your HTML documentation automatically.

answer Jan 13, 2016 by Karthick.c
Similar Questions
0 votes

By making private constructor, we can avoid instantiating class from anywhere outside and by making class final, no other class can extend it. Why is it necessary for Util class to have private constructor and final class ?

+3 votes

In 3GPP specification 23.402 clause 7.2.1 Initial Attach with PMIPv6 on S2b there is no interaction between ePDG and PCRF.

Now the question is what is the utility of Gxb interface and How QoS rule gets installed in ePDG in case of Untrusted Non-3GPP IP Accesses?

...