Functions and Variables

if i have a function which asks for a variable. example: an int Xif i provide X with picture.length(or other) and i change X to 3 does the picture.length also change? or is X and picture.length a seperate variable?
[228 byte] By [Comp-Freaka] at [2007-11-27 9:44:04]
# 1

> if i have a function which asks for a variable.

> example: an int X

> if i provide X with picture.length(or other) and i

> change X to 3 does the picture.length also change? or

> is X and picture.length a seperate variable?

Write a small application that'll do what you described and see what happens.

prometheuzza at 2007-7-12 23:50:20 > top of Java-index,Java Essentials,Java Programming...