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. Which value is assigned to a reference value to show that there is no object?
2. What happens to an object that no longer has reference variables that reference it?
3. If an operator like “+” has more meaning depending on the context, is it called?
4. What is the name of an object that can not be changed after creation?
5. What is a current parameter?
6. What is another name for object creation?
7. Which type of parameter passing is used in Java?
8. Will there be any effect on the caller when a method assigns a new value to a primitive parameter?
9. Does it have any effect on the caller when a method assigns a new object to an object reference parameter?
10. Does it have any effect on the caller if a method assigns a new value to an object element that it can access through an object reference parameter?
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