Package is a group of similar types of classes, interfaces and sub-packages.Package can be categorised in two forms, built-in package and user-defined package.There are many built-in packages such as java, lang, awt, javax, swing, net, io, util, sql etc. It helps organise your classes into a folder structure and make it easy to locate and use them. More importantly, it helps improve code reusability.