Answer Posted / bijoy baby
if we use static import we can access static methods and
static objects without the reference of class name. But one
disadvantage is u cant know the method or object is from
which class.
Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What are the uses of java?
Can we declare the main method of our class as private?
Why there are some null interface in java? What does it mean?
What is structure of java heap? What is perm gen space in heap?
Can we define constructor in inner class?
Why collection doesn’t extend cloneable and serializable interfaces?
Explain about automatic type conversion in java?
What is parsing a sentence?
What is an interface in java?
What is difference between java and java ee?
Explain about varargs in java?
Can a final method be overloaded?
What do you mean by a JVM?
List implementations of list interface?
What do you understand by casting in java language?