How can I use (import / package) in my code without mistakes ? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

How can I use (import / package) in my code without mistakes ?

I want to learn Java....

1st Oct 2020, 10:08 AM
Zein Alabdeen Rohi Edreess
Zein Alabdeen Rohi Edreess - avatar
2 Réponses
+ 5
Share for learning purpose. How to create package in java. https://www.sololearn.com/post/387151/?ref=app
1st Oct 2020, 10:28 AM
P∆WAN M∆URY∆
P∆WAN M∆URY∆ - avatar
+ 5
See the format of inbuilt packages import java.package_name.*; this should be written on top of the code. I hope it helps
1st Oct 2020, 10:20 AM
Piyush
Piyush - avatar