Why packages are used?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

write a program to create an arraylist with string(add,remove) operation.and value should be enter through keyboard.

0 Answers   Axcend,


If an object is garbage collected, can it become reachable again?

0 Answers  


Differentiate between == and equals().

0 Answers  


Can final class have constructor?

0 Answers  


What is the difference between conversation & casting?

0 Answers  






Under what conditions is an object’s finalize() method invoked by the garbage collector?

0 Answers  


How multipleInheritance is possible in java?

18 Answers   Satyam,


what is thread in Java ?

0 Answers  


System.out & System.in are final static data member of System class but we can change there reference through setOut() & setIn() method how...

2 Answers   FCS, TCS,


What is the this keyword?

0 Answers  


Can we use a default constructor of a class even if an explicit constructor is defined?

0 Answers  


What are Advatages of Overloading and Overridding.

8 Answers   TCS, Wipro,


Categories