Can we have a method name same as class name in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is %02d?
What is the difference between jdk and jre?
What is the base class of all classes?
What does void * mean?
What does super()represent, and how is it used in Java?
What do you mean by synchronized non access modifier?
Where to store local variables?
How do you represent a space in regex java?
class A { public void disp(int a,int b) { System.out.println("hai"); } } class B { public void disp(int a,int b,int c) { System.out.println("hai"); } } above program is overloading or overriding?
Enlist diffrent types of inheritance supported by java?
Differences between jdk 1.4 and 1.5
6 Answers SoftSol, TCS, Wipro,
Why constructor has no return type?