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
Should database connections be singleton?
Is null a keyword in java?
Is alive and join method in java?
how to write a server program and sending the mails to the server using smtp protocol please help me
What if I write static public void instead of public static void in java?
Can a static member function access member variable of an object?
Explain about doubly linked list
How do you clear an arraylist in java?
List implementations of list interface?
Is it possible to compare various strings with the help of == operator?
Can we define constructor in inner class?
Explain about static nested classes in java?
What is console based application in java?
What is jar?
How to create packages in java?