1. Which is not an object oriented concept ? 2. What continue statement does in a loop? 3. Which joins yields data exclusive to each table? Outer Join 4. When is Finally executed in try and catch block?
Utilisateur anonyme
1. Which is not an object oriented concept ? a. Polymorphism, b. Inheritance, c. (Communication) 2. What continue statement does in a loop? It causes the loop to immediately jump to the next iteration of the loop. 3. Which joins yields data exclusive to each table? Outer Join 4. When is Finally executed in try and catch block? Finally block(if present) will be executed followed by rest of the program.