File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Beginning Java and the fly likes Does java working in which basis? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Does java working in which basis?" Watch "Does java working in which basis?" New topic
Author

Does java working in which basis?

Ganesan Ramakrishnan
Ranch Hand

Joined: Mar 18, 2008
Posts: 84
Does java working in which basis? Either call by value or call by reference ?
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32708
    
    4
Also called "pass-by-value" or "pass-by-reference."
Look here and here, particularly Anubhav Anand's links.


And you will see . . .


pass by value full stop
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Does java working in which basis?
 
Similar Threads
Scroll Bar Visibility
Absolutes
Java Set and Get
Which part of the Java are Servlets and Jsp?
invoke java method from java script function