Java Questions & Answers – Control Statements SET-1
Q.1 Which of the following selection statement in java ? A) if() B) for() C) break D) None of these ANSWER= (A) if() Check Answer Q.2 Which of the following Iterative statement in java ? A) if() B) for() C) break D) None of these ANSWER= (B) for() Check Answer Q.3 Which … Read more