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
What are the differences between the constructors and methods?
What is the point of java?
What is the purpose of the enableevents() method?
What are the important features of Java 10 release?
How can we create a thread in java?
what is the difference between a threads start() and run() methods? : Java thread
What is thread safe in java?
Differentiate between a constructor and a method? Can we mark constructors final?
What is charat java?
Is it possible to specify multiple jndi names when deploying an ejb?
What is the buffer limit?
Can a final variable be initialized in constructor?
How much ram can a 64 bit processor theoretically?
How to sort an array in java without using sort method?
what is the purpose of the runtime class?