What are the advantages of packages in java?


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

Post New Answer

More Core Java Interview Questions

What is the purpose of static methods and static variables?

0 Answers  


give an example for encapsulation?

0 Answers   Aspire,


What is an Applet ?

2 Answers  


What is jpa specification?

0 Answers  


Is class is a data type?

0 Answers  






Can we clone singleton class in java?

0 Answers  


What is the structure of java?

0 Answers  


Can Applet have constructors?

5 Answers   Infosys,


10. class Nav{ 11. public enum Direction { NORTH, SOUTH, EAST, WEST } 12. } 13. public class Sprite{ 14. // insert code here 15. } Which code, inserted at line 14, allows the Sprite class to compile? a)Direction d = NORTH; b)Nav.Direction d = NORTH; c)Direction d = Direction.NORTH; d)Nav.Direction d = Nav.Direction.NORTH;

2 Answers  


What is more advisable to create a thread, by implementing a Runnable interface or by extending Thread class?

5 Answers  


What data type is a string?

0 Answers  


Can arraylist hold different types java?

0 Answers  


Categories