Home

What is the correct answer?

4

With javadoc, which of the following denotes a javadoc comment?

A. //#

B. /*

C. /**

D. //**

Correct Answer :

C. /**


Related Questions

Which of the following represent legal flow control statements? Which of the following statements are valid array declarations? Which javadoc tag is used to denote a comment for methods parameters? In RMI we invoke client method from remote server DataInput is Which of the following classes are available in the java.lang package? What is error in the following class definitions? abstract class… Objects are passed to a method by use of call-by-reference. The programmer must explicitly create the system .in and system .out objects. Which of the following methods belong to the String class? Declarations can appear anywhere in the body of a Java method. When we implement an interface method, it should be declared as public. When present, package must be the first no comment statement in the file. Consider the following class definitions: class maths { student student1;… What does the following line of code do?TextField text=new TextField(10); A variable declared inside the for loop control can not be referenced… To delete a file, we can use an instance of class file. Any class may be inherited by another class in the same package. Two methods cannot have the same name in Java. A string object can not be modified after it is created. The methods wait() and noify() are defined in Which of the following represent legal flow control statements? An EJB is a server-side component that encapsulates the business logic… We would like to make a member of a class visible in all subclasses regardless… Session bean Which of the following are the wrapper classes? A JSP file can be stored_________________ Which of the following methods can be used to remove a component from… Any method in a supper class can be over ridden in its subclass. The default case is always required in the switch selection structure.