Java Programming Questions & Answers: part17



Software Programming : Java Programming QUESTIONS AND ANSWERS :: part17 : 11 to 15

Following Software Programming language Entrance Multiple choice objective type questions and answers will help you in Software Programming 2024 examinations :

11.How comments that can be used in Automatic Class Documentation by javadoc tool are represented?

Started with **/ and Ended with */
Started with /* and ended with */
Started with /** and Ended with */
Started with – and ended with –
Started with /** and ended with /*.

12.List the following operators in the order that they will be evaluated: -, *, (), %, +, /. Assume that if two operations have the same precedence, the one listed first will be evaluated first.

(), /, *, %, +, -
-, +, %, *, /, ()
-, *, (), %, +, /
(), *, /, %, -, +
/, *, (), %, -, +.

13.In addition to JDK there are a number of Java commercial development tools available for Java programmers. Select from among the following such Java commercial development tool available.

Borland JBuilder
Visual Basic.net
Java Server Pages
My sql server
Java Script.

14.Which of the following escape sequences represents carriage return?

\n
\r
\\
\c
\\r.

More Java Programming QUESTIONS AND ANSWERS available in next pages

    Health is the greatest gift, contentment is the greatest wealth -Buddha
A real entrepreneur is somebody who has no safety net underneath them. Henry Kravis