I have done Java , please give me suggestion anyone what should I do next ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 4

I have done Java , please give me suggestion anyone what should I do next ?

3rd Aug 2021, 6:30 PM
Souhardo Paul
Souhardo Paul - avatar
5 Answers
+ 5
Souhardo Paul Java is very Vast language so get deep knowledge in Java if you want to make your carrier with Java Language otherwise learn python.
3rd Aug 2021, 6:41 PM
A͢J
A͢J - avatar
+ 4
Java docs are always there if you need a reference. Though to answer your question, it really depends on what you want to do. Want to make a server with Java? Try using the native socket library to build a server application. Want to make a game? LibGDX is an option. Want to make desktop applications? Try learning how to build and deploy software with JAR files. I suppose where you go next is simply up to your imagination (that, or what your superiors want you to make if you're starting your career in computer programming). Though I guess the most obvious answer with respect to this site is, learn more languages. It never hurts to have more in your bag of tricks, and doing things again and again makes them stick, so why not?
3rd Aug 2021, 7:19 PM
BootInk
BootInk - avatar
+ 2
Well you should first think about what is it that you want to do. Languages differ in performance, syntax, support, the way they work with memory and etc. You should take all that into consideration.
3rd Aug 2021, 7:20 PM
Abs Sh
Abs Sh - avatar
+ 2
Pay attention to Kotlin - which is concise and built with Java interoperability in mind.r It can be used almost everywhere Java is used today: for server-side development, Android apps, and more.
3rd Aug 2021, 7:35 PM
Solo
Solo - avatar
- 3
I would have recommended doing this before learning Java, but it's not too late yet: learn using the search bar and search engines.
3rd Aug 2021, 6:36 PM
Simon Sauter
Simon Sauter - avatar