logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What is Spring IoC container ?


  • Correct Answer
  • The Spring IoC is responsible for creating the objects,managing them (with dependency injection (DI)), wiring them together, configuring them, as also managing their complete lifecycle 

  • Tags: Analyst, Project Manager, Software Architect

    Technology problems


    Search Results


    • 1. Difference between Arraylist and Linked list?
    • Discuss
    • 2. How to identify a given positive decimal number as even/odd without using % or / operator ?
    • Discuss
    • 3. Which containers use a FlowLayout as their default layout ?
    • Discuss
    • 4. What is WATER MARK in oracle? Explain the significance of High water mark.
    • Discuss
    • 5. What?s the difference between htmlentities() and htmlspecialchars()?
    • Discuss
    • 6. How can you avoid callback hells ?
    • Discuss
    • 7. What is the difference between ViewState and SessionState?
    • Discuss
    • 8. What is immutable object? Can you write immutable object ?
    • Discuss
    • 9. Which of the following are incorrect form of StringBuffer class constructor ?

    • Options
    • A. StringBuffer(int size , String str)
    • B. StringBuffer(int size)
    • C. StringBuffer(String str)
    • D. StringBuffer()
    • Discuss
    • 10. What is the string contained in s after following lines of code? StringBuffer s = new StringBuffer(?Hello?); s.deleteCharAt(0); ?

    • Options
    • A. llo
    • B. Hllo
    • C. ello
    • D. H
    • Discuss


    Comments

    There are no comments.

Enter a new Comment