// 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){}
core java ,jse.advanced jse,jee and j2me
There are three different methods /functions in java are there : 1)computational methods.2)manipulative methods.3)procedural methods.
See related links, below.
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.
Following are the types: 1)Is a 2)Has a 3)Uses a 4)Own zip
c, c++, java
core java ,jse.advanced jse,jee and j2me
The different types of operators in Java are:Assignment OperatorsRelational OperatorsArithmetic OperatorsLogical Operators
There are three different methods /functions in java are there : 1)computational methods.2)manipulative methods.3)procedural methods.
(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.
See related links, below.
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.
Following are the types: 1)Is a 2)Has a 3)Uses a 4)Own zip
Java performs an implicit conversion to a unifying type.
javac,rmic,eclipse,jbuilder etc..,
Poi Comment is part of Java's Excel sheet coding. It has no other meaning.
There is no sizeOf() operator in Java.