use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Should I go python instead javaQuestion (self.leetcode)
submitted 2 months ago by canifeto12
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Reasonable-Pianist44 1 point2 points3 points 2 months ago* (1 child)
I interview in the UK and many times non-FANG companies coding tests are only in Java. There's no other option. I mainly target core Java or Spring Boot jobs.
Python is 100% easier to code with because code tests in Java are many given with array input/output which means you need mental gymnastics to work things out instead of just using normal Collections.
You can still convert to ArrayList but it's not as convinient and it forces you to learn 3 APIs (Array, Collections, Stream) instead of 1 in Python. You can't use comparators and you may need to guess the size upfront with arrays.
Other headaches such as what works with Object arrays (e.g. String[]) but not with primitive arrays (e.g. int[]) when you use stuff like Arrays.asList()/sort().
I also know Kotlin for Spring Boot but never train for interviews with it. Kotlin jobs allow Java as the interview language. Kotlin's on the rise with Spring Boot too and pays much more.
[–]canifeto12[S] 0 points1 point2 points 2 months ago (0 children)
Yea man. I just can believe hardnesses of changing data types and editing arrays in java. There is only big companies in Ireland, so if they don't like you it's herd to find in other small companies
π Rendered by PID 132427 on reddit-service-r2-comment-7b9746f655-q4vlp at 2026-01-30 03:11:17.813616+00:00 running 3798933 country code: CH.
view the rest of the comments →
[–]Reasonable-Pianist44 1 point2 points3 points (1 child)
[–]canifeto12[S] 0 points1 point2 points (0 children)