logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • How to handle error in the destructor?


  • Options
  • A. throwing
  • B. terminate
  • C. both a & b
  • D. none of the mentioned

  • Correct Answer
  • terminate 

    Explanation

    It will not throw an exception from the destructor but it will the process by using terminate() function.


  • Technology problems


    Search Results


    • 1. How do define the user-defined exceptions?

    • Options
    • A. inheriting and overriding exception class functionality.
    • B. overriding class functioality.
    • C. inheriting class functionality
    • D. none of the mentioned
    • Discuss
    • 2. The correct statement for a function that takes pointer to a float, a pointer to a pointer to a char and returns a pointer to a pointer to a integer is

    • Options
    • A. int **fun(float**, char**)
    • B. int *fun(float*, char*)
    • C. int ***fun(float*, char**)
    • D. int ***fun(*float, **char)
    • Discuss
    • 3. List out the areas in which data structures are applied extensively?
    • Discuss
    • 4. In tree construction which is the suitable efficient data structure?

    • Options
    • A. Array
    • B. Linked list
    • C. Stack
    • D. Queue
    • Discuss
    • 5. What are SD37, SB37, SE37 abends?
    • Discuss
    • 6. How much the bug is affecting the functionality of the application?
    • Discuss
    • 7. What is Silk Test and what is the use of it ?
    • Discuss
    • 8. What is the importance of having an emulator within the Android environment?
    • Discuss
    • 9. What are new Media Elements in HTML5?
    • Discuss
    • 10. What is the purpose of canvas in HTML?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment