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
How many bits is a string in java?
When wait(), notify(), notifyall() methods are called does it releases the lock or holds the acquired lock?
How do you stop a thread in java?
What does \ mean in regex?
What is the list interface?
Why inputstreamreader is used in java?
What are variable names?
What is the purpose of the finally clause of a try-catch-finally statement in java programming?
What are the concepts of 'OOPS'?
Why map is used in java?
What are thread safe functions?
What are the new features in java 8?
Can I import same package/class twice?
Can we call the run() method instead of start()?
Why there are some null interface in java? What does it mean?