Dear Readers, Welcome to Springs Objective Questions have been designed specially to get you acquainted with the nature of questions you may encounter during your Job interview for the subject of Springs MCQs. These objective type Springs Questions are very important for campus placement test and job interviews. As per my experience good interviewers hardly plan to ask any particular question during your Job interview and these model questions are asked in the online technical test and interview of many IT companies.
A. An empty memory space is returned so that the developers can utilize it.
B. void returns no data type.
C. void is not supported in Java+
D. None of the above
Ans: B
A. True
B. False
Ans : B
A. Both procedural and OOP are supported in JavA.
B. Java supports only procedural approach towards programming.
C. Java supports only OOP approach.
D. None of the above.
Ans: A
A. An instance of a class is an object
B. Objects can access both static and instance data
C. Object is the super class of all other classes
D. Objects do not permit encapsulation
Ans: D
A. Only Static methods of the same class
B. Only instances of the same class
C. Only methods those defined in the same class
D. Only classes available in the same package.
Ans: C
A. source code
B. images
C. sectors
D. storage units
Ans: C
A. Control Unit, Temporary Memory, Output
B. Control Unit, Arithmetic Logic Unit, Temporary Memory
C. Input, Process, Storage, Output
D. Input, Control Unit, Arithmetic Logic Unit, Output
Ans: B
A. Observable Object Programming
B. Object Observed Procedures
C. Object Oriented Programming
D. Object Overloading Practices
Ans: C
A. softcopy
B. hardcopy
C. source code
D. software
Ans: B
A. bit
B. byte
C. megabyte
D. gigabyte
Ans: A
A. 101100
B. 101010
C. 111000
D. 10100
Ans: A
A. Java Byte Code Compiler
B. Java Byte Code Interpreter
C. Java Virtual Machine
D. Java Memory Machine
Ans: C
A. megabyte
B. gigabyte
C. sector
D. byte
Ans: D
A. // single line, ** block lines, /*/ documentation
B. // single line, /*...*/ block lines, /**...*/ documentation
C. / single line, /* block lines, ** documentation
D. // single line, //...// block lines, //*...*// documentation
Ans: B
A. format
B. track
C. interpret
D. boot
Ans: A
A. false
B. true - but case sensitivity does not apply
C. true - but additional numbers may be added to the name
D. true
Ans: D
A. a cup of coffee
B. an acronym for JBuilder Activated Variable Assembly
C. an acronym for Juxtapositioned Activated Variable Actions
D. an acronym for John's Answer for Various Accounts
Ans: A
A. harware
B. software
C. hard copy
D. projects
Ans: B
A. Read Anytime Memory
B. Read Allocated Memory
C. Random Access Memory
D. Random Allocated Memory
Ans: C
A. library
B. grouping
C. network
D. integrated system
Ans: C
A. true
B. false
Ans: B
A. true
B. false
Ans: A
A. Input, Process, Control Unit, Output
B. Input, Control Unit, Arithmetic Logic Unit, Output
C. Input, Process, Storage, Output
D. Input, Process, Library Linking, Output
Ans: C
A. compiler
B. interpreter
C. linker
D. control unit
Ans: B
A. control unit
B. hardware
C. software
D. ALU
Ans: B
A. in an online exchange between several open source developers
B. over a long holiday weekend
C. as a commercial package
Ans: B
A. Sets all properties to their initial value
B. Sets all properties to null
C. Repopulates all properties from the request parameters
D. None of the above
Ans: D
A. Input attribute
B. Name attribute
C. Page attribute
D. Path attribute
Ans: D
A. application
B. resources
C. ApplicationResources
D. messages
Ans: A
A. Bypass calls to the ActionForm validate method
B. Bypass validation of the Struts configuration file
C. Generate an error message if an unknown message key is used
Ans: B
A. Use an asterisk for the path property
B. Set the "default" property of the mapping to "true"
C. Set the "unknown" property of the mapping to "true"
D. Set the "missing" init-param of the ActionServlet to the mapping's path
Ans: C
A. <init-property name="service" value="selectRecord"/>
B. <set-property property="service" value="selectRecord"/>
C. <put-field key="service" content="selectRecord"/>
Ans: B
A. Overriding the populate method of the ActionForm
B. Overriding the processPopulate method of the Request Processor
C. Overriding the populateBean method of the ActionMapping
Ans: B
A. Always converts HTML markup to entity equivalents, like <
B. Never converts HTML markup to entity equivalents
C. Converts markup when filter=true
D. Converts markup when markup=false
Ans: C
A. Call the reset method if validation fails
B. Set the tag's redisplay property to false
C. Set the tag's reset property to false
D. Use a plain html tag instead
Ans: B