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 is space character in java?
Can you override private or static method in java?
What is the multi-catch block in java?
Can I declare a class as private?
What is the significance of continue jump statement? Explain with an example.
What are the different tags provided in jstl?
Can you access the private method from outside the class?
What is not thread safe?
How do you identify independent and dependent variables?
What types of index data structures can you have in java?
What do you understand by an io stream?
Can a constructor call another constructor?
I am a fresher and know core java, c languge, html, css etc if I am illegible for any job then send it on my email tatranakshay276@gmail.com
What is quick sort in java?
Can we create constructor in abstract class ?