answersLogoWhite

0

// The first type of comment is the single-line comment. // The single-line comment is denoted by a double slash. /* The next type of comment begins with a slash-asterisk, and ends with an asterisk-slash. It is often called a multi-line comment because it can span multiple lines with only one start indicator (/*) and one ending indicator (*/) */ /** * The last type of comment is the Javadoc comment. This * comment type has some guidelines that allows a Javadoc * reader to display information about a Java method or class * by using special tags: * * @param myNum - describe what the parameter myNum is used for * @return - describe what this method returns */ public static int doStuff(int myNum){}

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is the different types of language?

c, c++, java


What are the different types in java programming language?

core java ,jse.advanced jse,jee and j2me


What are the eight java operator?

The different types of operators in Java are:Assignment OperatorsRelational OperatorsArithmetic OperatorsLogical Operators


Explain three different methods in java?

There are three different methods /functions in java are there : 1)computational methods.2)manipulative methods.3)procedural methods.


3rd sem model question papers from vtu?

(Affiliated to Osmania University) Khairatabad, Hyderabad First Term Examination B.Sc. 3 Year Web Technologies(c4) Time: 3 Hours Max. Marks: 100 SECTION-A Note: Answer any FIVE questions 5*8=40 1. Explain Text formatting tags of HTML. 2. Write a note on XML. 3. What is Form? Give a suitable example. 4. What is hyperlink? Explain with example. 5. Write about html tags for defining lists. 6. Explain cascade style sheets. 7. Write a note on Frames. 8. How to define tables using HTML tags. 9. Write a note on Java Script Variables. 10. Explain Extensible HTML? SECTION-B Answer any FIVE questions. 5*12=60 1. Explain how to add images and colors into a web page. 2. Discuss in detail Data types used in Java Script. 3. Explain different types of operators used in Java Script. 4. Explain different types of lists. 5. Explain Objects in Java Script. 6. Discuss in detail Events in Java Script. 7. What is String Manipulation in Java Script. 8. Write a HTML code for image as Hyperlink. 9. Write about Active Server Pages. 10. Explain different types of statements in Java Script.


How java is different from c plus plus Explain with example?

See related links, below.


What is JButton in java and explain it?

A JButton on Java is a button used for G.U.I (graphical user interface) and displays a button on a window created which can be programmed for different tasks.


What are the different types of relationships in java?

Following are the types: 1)Is a 2)Has a 3)Uses a 4)Own zip


What happens when you perform arithmetic operations mixing different types of variables in java programming?

Java performs an implicit conversion to a unifying type.


Describe different types of java tools?

javac,rmic,eclipse,jbuilder etc..,


What does poi comment mean in English?

Poi Comment is part of Java's Excel sheet coding. It has no other meaning.


Explain the role of sizeof operator in java?

There is no sizeOf() operator in Java.