Skip to main content

Posts

Showing posts with the label Spring

70 Top Spring Multiple Choice Questions and Answers

Below are the summary of prime 70 Spring multiple choice questions and answers for skilled pdf and freshers novices. Spring Multiple Choice Questions and Answers 1. What is the meaning of the return data type void? 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 2. A lower precision can be assigned to a higher precision value in JavA. For example a byte type data can be assigned to int type. A.   True B.   False Ans : B 3. Which of the following statements about the Java language is true? 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 4. Which of the following statements is false about objects? A.   An instance of a class is an object B.   Objects can access both sta...