Top Categories
Packages in java is a structure way of organizing the class files in Java according to different functionality and categories required by user. By using packages it becomes very easy for user to distinguish between different functionality performed by the class and access the classes. Packages al
Packages in java is a structure way of organizing the class files in Java according to different functionality and categories required by user. By using packages it becomes very easy for user to distinguish between different functionality performed by the class and access the classes. Packages also solve the problem of name collision which occur due to availability of two or more classes having same in one project itself.