Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.9K
2 Posted Topics
Re: java problem
u have to set your environment variable..to the location of ua bin folder and end the location with a semicolon.. make sure u press ok..other wise it wouldnt work... now got the commonf prompt u can compile and run ua java files
java is not pass by reference...evrything that java does is pass by value.. remember array is an object.. when u create array it actually stores the reference to the array that has been created on the heap..when u pass the array to a method.. it copies the refernce...but not the …
The End.
hemanth26