Answered Questions

  • There are _____ types of Comments in Java

    A) One B) Two C) ThreeD) Four Explanation: There are 3 types of comments namely Single-line, Multi-line and Documentation comment

    A P Chavan

    • Dec 4th, 2017

    Three types of comments : Comment type | Used as 1. Single-line // Info :=>The compiler ignores everything from // to...

    Ernie B

    • Sep 27th, 2017

    I would answer 2 depending on what you mean by "type of Comments..". This question can potentially be answered as follows:

    Documentation Comment
    * uses multi-line style

    Implementation Comment
    * uses traditional style (end of line or single line)