Argument Passing
hi this is my code
class Test {
void meth(int i, int j) {
i *= 2;
j /= 2;
System.out.println("a=" +i);
System.out.println("b=" +j);
}
}
public class CallByValue1 {
public static void main(String args[]) {
Test ob = new Test();
int a = 15, b = 20;
System.out.println("a and b before call: "
+ a + " " + b);
ob.meth(a, b);
System.out.println("a and b after call: "
+ a + " " + b);
}
}
why these lines
System.out.println("a=" +i);
System.out.println("b=" +j);
print a=30 & b=10
As changes made to the parameter
of the subroutine have no effect on the argument
plz clear my doubts soon.
View Answers
April 18, 2012 at 4:17 PM
In the method you have multiplied the number by 2 and in the main method you have declared two numbers a is 15 and b is 20.So when you have called the method meth() of Test class, the method takes the arguments 15 and 20 as a result it multiply the value of a i.e 15 by 2 and divide the value of b 20 by 2 to produce the output 30 and 10 respectively. This method is of void type and so does not have any return type. So the following code displays the values 15 and 20.
System.out.println("a and b after call: "+ a + " " + b);
Ads
Related Tutorials/Questions & Answers:
Argument Passing
Passing Argument in Java hi this is my code
class Test {
void meth(int i, int j) {
i *= 2;
j /= 2... to the parameter
of the subroutine have no effect on the
argument
plz clear my
Argument Passing
Argument Passing hi this is my code
class Test {
void meth(int i, int j) {
i *= 2;
j /= 2;
System.out.println... no effect on the
argument
plz clear my doubts soon.
In the method you
Advertisements
Argument Passing
Argument Passing hi this is my code
class Test {
void meth(int i, int j) {
i *= 2;
j /= 2;
System.out.println... no effect on the
argument
plz clear my doubts soon.
In the method you
Argument Passing
Argument Passing hi this is my code
class Test {
void meth(int i, int j) {
i *= 2;
j /= 2;
System.out.println... no effect on the
argument
plz clear my doubts soon.
In the method you
Argument Passing
Argument Passing hi this is my code
class Test {
void meth(int i, int j) {
i *= 2;
j /= 2;
System.out.println... no effect on the
argument
plz clear my doubts soon.
In the method you
Argument Passing
Argument Passing hi this is my code
class Test {
void meth(int i, int j) {
i *= 2;
j /= 2;
System.out.println... no effect on the
argument
plz clear my doubts soon.
In the method you
Argument Passing
Argument Passing hi this is my code
class Test {
void meth(int i, int j) {
i *= 2;
j /= 2;
System.out.println... no effect on the
argument
plz clear my doubts soon.
In the method you
Passing variable
Passing variable How to pass variable to HTTP object in HTMl or PHP
ModuleNotFoundError: No module named 'argument'
ModuleNotFoundError: No module named '
argument' Hi,
My Python... '
argument'
How to remove the ModuleNotFoundError: No module named '
argument... to install padas library.
You can install
argument python with following
Passing array element
Passing array element What about
passing an element of an array? If I have array of objects and pass functionA(arr[2]); Then functionA() will get arr[2] as a value type or a reference type
Objective C Message Passing
Objective C Message Passing What exactly a message
passing means in Objective C? and how can i pass a message to a method
passing values on button click
passing values on button click Please help me to solve this issue.I want to pass a value assigned to button to another view upon button click in xcode
Reference passing in java
Reference
passing in java plz tell me wat d meaning of refernce in java?
for example :
Class M(){
N n;
}
Class N(){
}
wats dis meaning
passing values in hyperlink
passing values in hyperlink Hi. I have given a hyperlink in one jsp page. Can i able to pass that hyperlink label as a value to the next page its navigating when the user clicks it. Plz respond me quickly. Thanks in advance
passing values in hyperlink
passing values in hyperlink Hi. I have given a hyperlink in one jsp page. Can i able to pass that hyperlink label as a value to the next page its navigating when the user clicks it. Plz respond me quickly. Thanks in advance
passing values in hyperlink
passing values in hyperlink Hi. I have given a hyperlink in one jsp page. Can i able to pass that hyperlink label as a value to the next page its navigating when the user clicks it. Plz respond me quickly. Thanks in advance
passing values in hyperlink
passing values in hyperlink Hi. I have given a hyperlink in one jsp page. Can i able to pass that hyperlink label as a value to the next page its navigating when the user clicks it. Plz respond me quickly. Thanks in advance
passing values in hyperlink
passing values in hyperlink Hi. I have given a hyperlink in one jsp page. Can i able to pass that hyperlink label as a value to the next page its navigating when the user clicks it. Plz respond me quickly. Thanks in advance
passing value of radio button
passing value of radio button hi,i have 3 jframe built using the GUi editor in net beans 6.9. i have two radio button in the first jframe.i have to get the selected item appear on the 3rd frame after
passing through the second
Passing Command Line Arguments
Passing Command Line Arguments
 ...
pass values on command line
argument .
We are taking a sequence... string at run
time on command line
argument then the message "
Maven Dependency argument >> 4.3.5
You should include the dependency code given in this page to add Maven Dependency of com.obdobion >>
argument version4.3.5 in your project
Maven Dependency argument >> 3.0.1
You should include the dependency code given in this page to add Maven Dependency of com.obdobion >>
argument version3.0.1 in your project
Maven Dependency argument >> 4.3.8
You should include the dependency code given in this page to add Maven Dependency of com.obdobion >>
argument version4.3.8 in your project
Maven Dependency argument >> 4.1.2
You should include the dependency code given in this page to add Maven Dependency of com.obdobion >>
argument version4.1.2 in your project
Maven Dependency argument >> 3.0.2
You should include the dependency code given in this page to add Maven Dependency of com.obdobion >>
argument version3.0.2 in your project
Maven Dependency argument >> 4.3.4
You should include the dependency code given in this page to add Maven Dependency of com.obdobion >>
argument version4.3.4 in your project