Argument Passing

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);









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
Java argument passing
Java argument passing  How many ways can an argument be passed to a subroutine and explain them
Passing argument at command line using Core Java
How to pass Command Line Argument using Core Java Description : This example demonstrate how value accepted from the command line. All argument need to placed at the command line at the time of executing your program.  class
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
Version of com.obdobion>argument dependency
List of Version of com.obdobion>argument dependency
ArrayList as an argument to another class
ArrayList as an argument to another class  how do you pass arraylists as arguments to another class, and how does the method/class accept this arraylist for use
TypeError: argument of type 'NoneType' is not iterable
TypeError: argument of type 'NoneType' is not iterable  Hi, How I can resolve the following error: TypeError: argument of type 'NoneType' is not iterable Thanks
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
ModuleNotFoundError: No module named 'argument-clinic'
ModuleNotFoundError: No module named 'argument-clinic'  Hi, My... named 'argument-clinic' How to remove the ModuleNotFoundError: No module named 'argument-clinic' error? Thanks   Hi, In your python
Java parameter passing
Java parameter passing  What type of parameter passing does Java support
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
TypeError: argument of type 'NoneType' is not iterable
TypeError: argument of type 'NoneType' is not iterable  Hi, How I can resolve the following error: TypeError: argument of type 'NoneType...: "TypeError: argument of type 'NoneType' is not iterable" occurs when we we try
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 Parameter - JSP-Servlet
Passing Parameter  I would like to ask how to pass a parameter from javascript section into the jsp section.It will be something like...; answer<%; <---I'm stuck here passing the var
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
Maven Dependency argument >> 4.1.0
You should include the dependency code given in this page to add Maven Dependency of com.obdobion >> argument version4.1.0 in your project
Maven Dependency argument >> 4.0.4
You should include the dependency code given in this page to add Maven Dependency of com.obdobion >> argument version4.0.4 in your project
Passing Arguments. - Java Beginners
Passing Arguments.  Hi, im new in doing this passing arguments and calling methods. Can you please see that y im not getting the answer as the question says to do. Thanks Question:Write a method that is passed two arguments
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
What is command line argument in Java
What is command line argument in Java  What is command line argument in Java and how one can use it to create a program in Java? Can you post any example of command line argument program in Java?? It will be really helpful
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  "
Passing Parameters - JSP-Servlet
Passing Parameters  Hi I have to pass parameter like such scenario. Please help me on emergent bases. I will be grateful. First Page First Name /**SECOND PAGER upto this page I passed the parameter through query
passing parameters - JSP-Servlet
passing parameters  hi this is my jsp page Reserved By: Conference Hall No: Select Hall Numbers
Command line argument in java
Command line argument in java. In this section we are going to discuss about command line argument in java. Command line argument allow a user to pass... user to pass any number of  argument to the command line. When running
Passing a parameter using URL string
Passing a parameter using URL string  How to pass a parameter using the URL string in a JSF application
passing value from javascript popup
passing value from javascript popup  How to take user input and pass that input value using popup in Javascript
passing values - JSP-Servlet
passing values  hi this is my jsp page Reserved By: Conference Hall No: Select Hall Numbers Time Slot: Select Time Slot Date
Passing Parameter - JSP-Servlet
Passing Parameter  Hi, it'me again. Below is the set of code that I get from your solution entitled droplist that read from database. It do read from database but in the textbox of the webpage, i need it to show something
ModuleNotFoundError: No module named 'recap-argument-graph'
ModuleNotFoundError: No module named 'recap-argument-graph'  Hi...: No module named 'recap-argument-graph' How to remove the ModuleNotFoundError: No module named 'recap-argument-graph' error? Thanks   Hi
ModuleNotFoundError: No module named 'typed-argument-parser'
ModuleNotFoundError: No module named 'typed-argument-parser'  Hi...: No module named 'typed-argument-parser' How to remove the ModuleNotFoundError: No module named 'typed-argument-parser' error? Thanks   Hi
ModuleNotFoundError: No module named 'apply-argument-parser'
ModuleNotFoundError: No module named 'apply-argument-parser'  Hi...: No module named 'apply-argument-parser' How to remove the ModuleNotFoundError: No module named 'apply-argument-parser' error? Thanks   Hi
ModuleNotFoundError: No module named 'polidoro-py-argument'
ModuleNotFoundError: No module named 'polidoro-py-argument'  Hi...: No module named 'polidoro-py-argument' How to remove the ModuleNotFoundError: No module named 'polidoro-py-argument' error? Thanks   Hi

Ads