+ 3
What key aspects of the Java language should I focus on after this course completion?
2 Answers
+ 4
Thanks
+ 2
Java is a vast language and topics explained here on SoloLearn are not complete.
I will advice you to refer Java docs available on
https://docs.oracle.com/en/java/
Also inheritance, threading and exception handling are some of the major concepts you should know in Java.