What is the difference between actual and formal parameters?


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

Post New Answer

More Core Java Interview Questions

Why hashmap is used in java?

0 Answers  


What is the diffrence between inner class and nested class?

0 Answers  


what is the difference between process and thread? : Java thread

0 Answers  


Can the interface be final?

0 Answers  


What are internal variables?

0 Answers  






The following program is Overloading or Overriding? public class PolymorphismEx { public int sampleMethod(int a) { return a; } public String sampleMethod(int a) { return "Is it Overloading or Overriding???"; } }

4 Answers   Ness Technologies, TCS,


What are the types of relation?

0 Answers  


Where we write javascript code in html page?

0 Answers  


Can we sort list in java?

0 Answers  


What is the main functionality of the remote reference layer?

0 Answers  


how to handle exceptions in core applications?

2 Answers   CSS,


What is string pool?

0 Answers  


Categories