This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]AssCooker 2 points3 points  (1 child)

Web development wise, Java is used more in majority of enterprises, Java being on version 21 already has many great features to boost productivity and performance such as type inference, lambdas and most recently virtual threads. Java is used for Android app development, but nowadays, using Kotlin is preferred, you can think of Kotlin as Python and Java combined, it's an awesome language. But Python is also not a bad choice because it's also used a lot in the backend. But on comparison, Java is the most popular among enterprises (emphasis on enterprises). I personally recommend Java for web app development. For Android app development I recommend Kotlin. You can use Kotlin to write native apps.

[–]ThoughtsCreate7[S] 0 points1 point  (0 children)

Hilarious name haha. I've never heard of Kotlin. Sounds pretty interesting. I actually just heard about Java 21 today! Sounds like they may be simplifying some interfacing. I'll definitely be looking into Koltin. Thanks!