Java Programming Language Output this code Quizzes 1
Following quiz provides Multiple Choice Questions (MCQs) related to Core Java. You will have to read all the given answers and click over the correct answer. If you are not sure about the answer then you can check the answer using Show Answer button. You can use Next Quiz button to check new set of questions in the quiz
1. How can a method return a primitive value to the caller?
2. If a method has a reference to an unchangeable object (eg string object), can the method then make a change to the object?
3. Can a programmer (you) design a class whose objects are immutable?
4. How many references can there be to a single object?
5. Which operation is most often performed by programs?
6. Assume that there is three classes Computer, AppleComputerand IBMComputer. What does the relationship between these classes look like?
7. Can an object be the subclass of another object?
8. How many objects of a given class can be in a program?
9. What restriction is there when using the keyword superin a constructor?
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an... more →
0 Comments