What are the Java packages? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

What are the Java packages?

what is Java packages? what is .awt

28th Aug 2017, 3:03 PM
Sreejith P
Sreejith P - avatar
1 Antwort
+ 3
Java packages are the collection of related classes and methods. Now , consider the awt package, when you will be doing programs related to graphics you will use methods such as setLayout, textField, setSize and many more. the actual definitions of these methods are present in the 'awt' package. So u need to import these packages. If you dont import awt package then you will get errors like method does not have definition and similar.
28th Aug 2017, 7:59 PM
shadab gada