Multiple Choice
Which of these is correct about passing an argument by call-by-value process?
A) Copy of argument is made into the formal parameter of the subroutine.
B) Reference to original argument is passed to formal parameter of the subroutine.
C) Copy of argument is made into the formal parameter of the subroutine and changes made on parameters of subroutine have effect on original argument.
D) Reference to original argument is passed to formal parameter of the subroutine and changes made on parameters of subroutine have effect on original argument.
Correct Answer:

Verified
Correct Answer:
Verified
Q7: Which of the following is a valid
Q8: What is the default buffer size used
Q9: Why we use array as a parameter
Q10: Program which executes applet is known as<br>A)applet
Q11: What is different between a Java applet
Q13: Which of this statement is incorrect?<br>A)Every class
Q14: What is process of defining two or
Q15: You read the following statement in a
Q16: What is byte code in the context
Q17: What is the process of defining a