Answer Posted / venkatachalapathy
import fully Qualified name of the package in which the
method is present
use the method as "classname.methodname"
or
create the object of that package using a fullyqualifed
name of that package and use the method
as "object.methodname
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
Where import statement is used in a java program?
what is the swingutilities.invokelater(runnable) method for? : Java thread
What is a generic type?
How can you make sure that your singleton class will always return single instance in multi-threaded environment?
What's the difference between an abstract class and interface in java?
When do we use hashset over treeset?
What is difference between == and === in js?
Do I need java on my pc?
Can you give names of Container classes?
What is anti pattern in programming?
I want to re-reach and use an object once it has been garbage collected. How it's possible?
Can we override private method?
Difference between object instantiation and construction ?
What is identifier give example?
how to write a server program and sending the mails to the server using smtp protocol please help me