employer cover photo
employer logo
employer logo

Mobile Apps Company

Is this your company?

Mobile Apps Company interview question

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?

Interview Answer

Anonymous

7 Jan 2019

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.