What do you understand by overloading and overriding in java?
No Answer is Posted For this Question
Be the First to Post Answer
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); } } 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); } }
what is difference between colection and collections?
25 Answers Amdocs, IBM, Infosys, Ipog Software, Polaris, Tech Mahindra,
Why is singleton not thread safe?
Can a class be protected in java?
How to prevent to create multiple objects of a java class?
Explain about join() method?
What is the difference between stringbuffer and stringbuilder class?
Can we use different return types for methods when overridden?
How to reverse string in java?
Explain OOPs concept.
When is an object subject to garbage collection?
What methods are called, When we navigate from one applet to another applet?