Witch are the packages should i learn in the begining | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Witch are the packages should i learn in the begining

Java

9th Aug 2020, 8:52 PM
Mohammed Ba tis
Mohammed Ba tis - avatar
3 Answers
0
All Core java concepts.. (data types, i/O, loops, data structures, mainly object oriented concepts...) In this app, mostly it covers all basics.. For beginner, it helps what shloud learn by them... So complete the course.. Next Mostly from Java.util, java.lang, java.io java.swing, java.javaFX Mainly learn about Collections (from util), input/output(i/o), date API,.. Gui,... Dont look at packages.. Look at concepts.. I think it has 5 main packages which covers almost all java. So that's why it's hard to a learn a package full.. EE :=> sevlets, ejb, RMI, Security........... Edit : In this java learning path link, see *New to Java* at side for topics to learn for new ones.. https://docs.oracle.com/javase/tutorial/tutorialLearningPaths.html
9th Aug 2020, 9:07 PM
Jayakrishna 🇮🇳
0
https://www.sololearn.com/discuss/2432110/?ref=app
9th Aug 2020, 9:31 PM
Dragonxiv
Dragonxiv - avatar
0
this is still too wide range because there are many classes in each package that you don't need to know Module java.base java.io (java.nio..) java.lang (java.lang.reflect) java.time java.util java.util.function java.util.regex (java.util.stream)
9th Aug 2020, 11:07 PM
zemiak