Home / CSE MCQs / Spring MCQs :: Spring Grid, jBPM, OSGi, Advanced Java

CSE MCQs :: Spring MCQs

  1. The company, Terracotta, has also recently become the corporate sponsor of:-
  2. A.
    Ehcache
    B.
    Quartz
    C.
    All of the mentioned
    D.
    None of the mentioned

  3. The business process file's name needs to end in :-
  4. A.
    jpdl
    B.
    xml
    C.
    jpdl.xml
    D.
    none of the mentioned

  5. On top of Spring Dynamic Modules, SpringSource built SpringSource dm Server, which is a server wired from top to bottom with OSGi and Spring.
  6. A.
    True
    B.
    False
    C.
    Error
    D.
    None of the above

  7. It's not too difficult to get jBPM working on JBoss's EJB environment.
  8. A.
    True
    B.
    False
    C.
    Error
    D.
    None of the above

  9. void addRecipients(Message.RecipientType type, Address[] addresses) Parameter:- type: This would be set to:-
  10. A.
    TO
    B.
    CC
    C.
    BCC
    D.
    All of the mentioned

  11. To build a parallelized solution for a problem that's intrinsically better-suited to parallelization or that, for want of resources, needs to be chunked.
  12. A.
    map
    B.
    reduce
    C.
    all of the mentioned
    D.
    none of the mentioned

  13. Classes which are high-level streams that contain the methods for serializing and deserializing an object.
  14. A.
    ObjectInputStream
    B.
    ObjectOutputStream
    C.
    All of the mentioned
    D.
    None of the mentioned

  15. Element to export the bean as an OSGi service, classified by the interface we specify.
  16. A.
    osgix
    B.
    osgi:service
    C.
    all of the mentioned
    D.
    none of the mentioned

  17. OSGi doesn't solve framework concerns, instead focusing on infrastructure requirements for Java applications.
  18. A.
    True
    B.
    False
    C.
    Error
    D.
    None of the above

  19. In this method, you can access the request XML element, whose type is org.dom4j.Element, and the response document, whose type is org.dom4j.Document, as method arguments.
  20. A.
    invoke
    B.
    invokeInterval
    C.
    invokeInternal
    D.
    none of the mentioned