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?
7 11212Why Static variable required in java?For ex,class A { static int a; int b; } Why static is required?
5 8854In collection sorting comparable and comparator interface will be used..but why this two interfaces required..two will work same purpose so why there are two interfaces instead of one?when to use comparator and when to use comparable?
1 4883Post New Ericsson Core Java Interview Questions
What is the purpose of at first and at last?
Can mongodb store structured data?
What is rest parameters in javascript?
Explain backbone network?
Tell me how to set database connection in laravel?
What is cast?
What is an audit trail?
What is keyword view?
What are the roles played by modules in uml?
Disadventage of cable-gland earthing if any ?
what is method overloading in c#?
Write a program with dynamically allocation of variable.
What are the great feature of yii framework?
List out benefits of object oriented programming language?
Can you declare a private method as static?