Package1 and Package2 both have a method name lets say
"methodA" with different implementation. When I import both
the packages in a java class how can I use both the methods?
Answer Posted / chirag
Is it really so difficult? Use fully qualified names. :D
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Is class forname reflection?
What is output buffer?
What is the access scope of protected access specifier?
What is class and object in java?
What is array pointers ?
Can you extend singleton class?
When a byte datatype is used?
List the different types of classloaders in java.
Does java support Operator Overloading?
Which sorting algorithm is in place?
What is a protected void?
Explain the features of java?
What language is pass by reference?
What is keyword and identifier?
Explain the importance of thread scheduler in java?