Java   View all facts   Glossary   Help
syntactic unit > access unit > variable > parameter
Next variablepointer    Upvariable    Previous variableoperand   

parameter comparison table
Subject store in have part be is a subtopic of have example specify in hide have purpose pass to surround by have example of use
applet parameter  name and valueas private as possibleApplets the applet tag using a PARAM argument to transmit a primitive datum or object reference to a method or constructorthe applet when the applet is loaded  
command-line argument an array of strings and passed to the main method a parameter of a main methodMethods   to transmit a primitive datum or object reference to a method or constructor quotations marks if the argument is more than one word longjava EchoArgs Tim John "Pamela Sue" Fred 25
exception-handler parameter   as private as possibleException Handling   to transmit a primitive datum or object reference to a method or constructor   
method parameter  as private as possibleMethods
//Example of 2 method parameters, one integer and one array, shown in bold
public static Movie[] readData(int number, Movie[] movies) {
...
}
 instance variable of the classto pass values into methods   

Next variablepointer    Upvariable    Previous variableoperand