Can I import same package/class twice?
Answer / Manju Lata
You cannot import the same class or package multiple times in the same Java file, but you can import different names from the same package to avoid naming conflicts.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is overloading and overriding in java?
Why are pointers not secure?
Can sleep() method causes another thread to sleep?
Explain how hashmap works?
What is a default method?
Does sprintf allocate memory?
What are strings in physics?
Explain the role played by Java Virtual Machine in Java Programming?
Is call by reference possible in java?
Why we do exception handling in java and how many types of exceptions are there?
Which is the class in java?
What is the difference between && and & in java?