Explain what do you mean by functional overloading in java?


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

Post New Answer

More Core Java Interview Questions

What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } } 10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } }

1 Answers  


How many digits can a float hold?

0 Answers  


Write a program to reverse a number in java?

0 Answers  


What is meant by overloading?

0 Answers  


How do you remove spaces in java?

0 Answers  


Can you explain the private protected field modifier?

0 Answers  


what is the purpose of method overriding in java where v r completely re-defining a inherited method instead y can't v create a new method and define.If the question is very silly plz excuse me and do reply.Thank U!

7 Answers   emc2, Kumaran Systems,


what is ennumaration?

2 Answers   Amdocs,


What is treeset in java collection?

0 Answers  


What is Ideal Design of Class?

2 Answers  


write a program that list all permutations of ABCDEF in which A appears before B?

0 Answers   Nissan,


What is bom encoding?

0 Answers  


Categories