Is java call by value?



Is java call by value?..

Answer / Rahul Raj

Yes, Java is a "call by value" language. It passes the argument's value, not its memory address, to a method.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is the difference amongst jvm spec, jvm implementation, jvm runtime ?

1 Answers  


How do you add an element to a set in java?

1 Answers  


How to create a custom exception?

1 Answers  


How do you remove an element from an arraylist in java?

1 Answers  


What does escaping a character mean?

1 Answers  


What are the important features of Java 9 release?

1 Answers  


Can java list contain duplicates?

1 Answers  


Is node a data type in java?

1 Answers  


How many functional interfaces does java 8 have?

1 Answers  


What is meant by class loader? How many types are there?

1 Answers  


What is super constructor?

1 Answers  


how to deploy apache tomcat server to weblogic server in java

1 Answers   IBM,


Categories