Does importing a package imports its sub-packages as well in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is math in java?
What is immutable class in java?
How garbage collection is done in java?
Why java doesn’t support multiple inheritances?
What about main() method in java ?
Explain method overloading?
Features of Java?
What is the file extension for java?
Why we use set in java?
Why sleep()is in Thread and wait() in Object class? Why can't I have both in one class or vice versa?
What is called module?
take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).