Why call by value prevents parameter value change?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

Which java version is latest?

0 Answers  


What is an infinite loop?

0 Answers  


how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? : Java thread

0 Answers  


What is a java string?

0 Answers  


Can memory leak in java?

0 Answers  






What language is pass by reference?

0 Answers  


What are different data structures in java?

0 Answers  


Can a class have 2 constructors?

0 Answers  


What is singleton class in ruby?

0 Answers  


How do you reverse sort a list in java?

0 Answers  


Is it possible to create Userdefined Unchecked Exception also?If Yes, give an example?

2 Answers   ADP,


we know that every java prog must follows OOPS Principles. Anybody can answer, HOW THE FOLLOWING PROGRAM FOLLOWS OOPS CONCEPTS i.e, Inheritance,Polymarphism,Encapsulation? class a{ public static void main(String args[]){ System.out.println("Hello World"); } }

3 Answers  


Categories