Does Java pass arguments by value or reference?
Answer Posted / roshni
yes by both
| Is This Answer Correct ? | 4 Yes | 11 No |
Post New Answer View All Answers
Can I run seam with jdk 1.4 and earlier?
If we opened Windows Internet Explorer 4 times, does it starts 4 processes or 4 threads?
What are the design considerations while making a choice between using interface and abstract class?
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
What is the map interface?
What is a class loader?
What is glasgow?
Why do I get a duplicate name error when loading a jar file?
Why doesn’t the focus feature on the tag work in every circumstance?
Can I run seam outside of jboss as?
How can I scroll through list of pages like the search results in google?
Is “abc” a primitive value?
What restrictions are placed on the location of a package statement within a source code file?
What is synchronization and why is it important?
Can you give me a simple example of using the requiredif validator rule?