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

Post New Answer

More Core Java Interview Questions

Which category the java thread do fall in?

0 Answers  


how can u create the object with out new operator

2 Answers  


What are the advantages of encapsulation in java?

0 Answers  


Does java linked list allow duplicates?

0 Answers  


Can an object?s finalize() method be invoked while it is reachable?

2 Answers  






which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?

6 Answers   HP, SparkTG,


How to declare objects of a class ?

0 Answers   Akamai Technologies,


What is this keyword used for?

0 Answers  


What is jit compiler in java?

0 Answers  


can we override the main() method in java????

3 Answers   Vimukti Technologies,


write a program that list all permutations of ABCDEF in which A appears before B?

0 Answers   Nissan,


What do you mean by order of precedence and associativity?

0 Answers  


Categories