Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Explain pass by reference and pass by value?

Answer Posted / dsr

The changes made in formal parameters will reflet to the
actual parameters.This is Known as pass by value.
The changes made in formal parameters will not reflet to
the actual parameters.This is Known as pass by reference.
java is completely pass by value.

Is This Answer Correct ?    1 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is dot operator?

1088


Is c better than java?

1001


What is the concept of multithreading?

1031


What is private static in java?

1088


Can we have any code between try and catch blocks?

1027


What is a java string?

1170


What is the size of a string in java?

1071


What is sortedmap in java?

1074


Is java 11 paid version?

1041


What is balanced tree in java?

1013


Write a program in java to find the maximum and minimum value node from a circular linked list.

1141


Explain about join() method?

1020


Explain the purpose of garbage collection in Java?

1076


How do you override a variable in java?

1232


Can a abstract class be declared final?

1044