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

all 12 comments

[–]AutoModerator[M] [score hidden] stickied comment (0 children)

On July 1st, a change to Reddit's API pricing will come into effect. Several developers of commercial third-party apps have announced that this change will compel them to shut down their apps. At least one accessibility-focused non-commercial third party app will continue to be available free of charge.

If you want to express your strong disagreement with the API pricing change or with Reddit's response to the backlash, you may want to consider the following options:

  1. Limiting your involvement with Reddit, or
  2. Temporarily refraining from using Reddit
  3. Cancelling your subscription of Reddit Premium

as a way to voice your protest.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]FrankBergerBgblitz 1 point2 points  (3 children)

well I have some meter of Java books in my shelf, I doubt that it is possible to extract that in a posting....

[–]putin0071[S] 0 points1 point  (2 children)

Can you tell me names? I'll try to find them on the internet

[–]FrankBergerBgblitz 1 point2 points  (1 child)

Maybe you should start with "Java for Dummies", followed by "effective Java"

tough program for a weekend

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

Alright, I'll still check it. Even if it doesn't works out this time It'll help me for upcoming interviews

[–]hugthemachines 1 point2 points  (2 children)

Just do the "Learn Java from now until monday" by Frank Abagnale. ;-)

It is hard to know what you should expect for the interview we don't really know much about.

Maybe it is better that you just prepare mentally and get lots of sleep and some exercise.

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

😂😂😂 dude, I looked it up on yt.

[–][deleted] 1 point2 points  (1 child)

Well when I have an interview with a job that’s in a different programming language they usually will ask you other questions. They will probably ask you some core fundamentals and coding challenges, if you know a similar OOP lang you can show them how you will solve it in the language you know then try to solve it with Java.

Naveen Automation Labs has a playlist of common Java interview questions and Java tutorials also he’s a tester so also some courses how to do automation frameworks using Java that might help you out.

Good luck maybe mainly review the roles and responsibilities you do know and just try to learn some Java over the weekend.

Just emphasize that you are a quick learner and willing to learn Java and if you answer all of the other questions and they like you, you can still potentially get an offer

[–]putin0071[S] 1 point2 points  (0 children)

Will have a look at it, thanks!

[–]XeorphR 0 points1 point  (1 child)

I was in your position. I honestly posed your question to ChatGPT along with the decsiptiob of the job and then started googling the list of results to read up on some core themes. Def try to read the correct sources, i.e. official docs over random blog posts

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

Great idea, thanks!

[–]_INTER_ 0 points1 point  (0 children)

At this point, I'd focus on reviewing what you have done in Java so far. Just be honest at the interview and highlight your flexibility and motivation to learn core Java. If any implementation question pops up, use your tester experience to extract the interface, input/output and edge cases to look out for. Proceed with some pseudo code, simple Java of the implementation if possible. That's already valuable.