• Stars
    star
    205
  • Rank 190,665 (Top 4 %)
  • Language
  • License
    MIT License
  • Created over 7 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Study notes for Java developer interview

Java interview

I created study notes for my recent interviews. I am sharing them here so that others can benefit from it. The notes are specifically for theory based Java interviews, typically done in service based companies (as opposed to coding based interviews done in product companies).

How to use it?

These are study notes, mostly for revision couple of days before the interview. Check resources on each topic for more in-depth preparation.

Table Of Contents

Core Java

Design / Clean Code

Related topics

Other topics

Opinion based questions

Answers to such questions vary based on multiple factors (interviewer and interviewee's experience with Java, exposure to other languages, personal taste, etc). Thus, take the answers with pinch of salt, and make them your own before using them.

  • What do you like about Java? Answer
  • What do you not like about Java? Answer
  • Which is better - compilation, interpretation or JIT? Why? Answer