PDA

View Full Version : Flow Control


  1. What is an Expression ?
  2. What are the Statements in Java ?
  3. What are the Blocks in Java ?
  4. What are the Control Flow Statements ?
  5. Explain About If-then Statement ?
  6. Explain about If-then-Else Statement ?
  7. Explain about Switch Statement ?
  8. Explain about For Statement ?
  9. What is Enhanced For Statement in Java ?
  10. How can we create Infinite Loop ?
  11. Explain about While Statement ?
  12. Explain about Do-While Statement ?
  13. What is the Difference between While and Do-While ?
  14. What is the purpose of Break Statement ?
  15. What is the purpose of Continue Statement ?
  16. What is the purpose of Return Statement ?