logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What are Spring beans ?


  • Correct Answer
  • The Spring Beans are Java Objects that form the backbone of a Spring application They are instantiated, assembled, and managed by the Spring IoC container These beans are created with the configuration metadata that is supplied to the container Beans defined in spring framework are singleton beans There is an attribute in bean tag named "singleton" if specified true then bean becomes singleton and if set to false then the bean becomes a prototype bean By default it is set to true So, all the beans in spring framework are by default singleton beans 

  • Tags: Analyst, IT Trainer

    Technology problems


    Search Results


    • 1. Convert the expression ((A + B) * C ? (D ? E) ^ (F + G)) to equivalent Postfix notations.

    • Options
    • A. AC + B * DE - FG +^-
    • B. AB + C * DE - FG + ^-
    • C. AC + B* DE - FG -+ ^
    • D. AB + C * DE - FG -+ ^
    • Discuss
    • 2. What is Windows Server Backup?
    • Discuss
    • 3. What is the difference between agglomerative and divisive Hierarchical Clustering?
    • Discuss
    • 4. Values that are used to end loops are referred to as _____ values.

    • Options
    • A. stop
    • B. sentinel
    • C. end
    • D. finish
    • Discuss
    • 5. How many kinds of classes are there in c++?

    • Options
    • A. 1
    • B. 2
    • C. 3
    • D. 4
    • Discuss
    • 6. Which two method you need to implement for key Object in HashMap ?
    • Discuss
    • 7. Exception handling is targeted at

    • Options
    • A. Compile time error
    • B. Logical error
    • C. Run time error
    • D. All of the above
    • Discuss
    • 8. How can we achieve singleton pattern in iOS?
    • Discuss
    • 9. How to declare select-option as a parameter?
    • Discuss
    • 10. Explain the difference between Template and Table ?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment