Can someone make a list with the most used and important things in Java? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can someone make a list with the most used and important things in Java?

I would like to know the most used methods, constructors and etc. I plan on focusing on them for a bit until I can freely use them so I want to make sure I am studying the correct stuff.

21st May 2019, 6:22 PM
Marina
Marina - avatar
1 Answer
+ 4
Well from my very limited experience and class taken in university, almost everything covered in the Java course here are things you'll see a lot. In other words, you should just go ahead and study the topics covered in the course. After that I would look into sorting and searching algorithms then data structures. Also take a look at design patterns and really look into object orientated programming since it's the main foundation of Java
21st May 2019, 6:56 PM
Earl Chukwu
Earl Chukwu - avatar