All Projects → DeepakVadgama → Java Interview

DeepakVadgama / Java Interview

Licence: mit
Study notes for Java developer interview

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Java Interview

Article
web
Stars: ✭ 75 (-25.74%)
Mutual labels:  interview
Android interview
这个仓库主要提供一些面试资料,计算机网络基础,算法,面试常见问题
Stars: ✭ 83 (-17.82%)
Mutual labels:  interview
Learningrecord
学习资料汇总、阅读记录,持续学习,每天进步一点点.🏫🏫
Stars: ✭ 95 (-5.94%)
Mutual labels:  interview
Leetcode
My Python Solutions for Leetcode
Stars: ✭ 80 (-20.79%)
Mutual labels:  interview
C
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
Stars: ✭ 11,897 (+11679.21%)
Mutual labels:  interview
Codility lessons
Codility Lesson1~Lesson17 100% solutions with Python3 除正確解答外comment裡有解題的思考過程
Stars: ✭ 87 (-13.86%)
Mutual labels:  interview
Php interviews
PHP 面试题汇总、剑指 Offer PHP 代码实现版本
Stars: ✭ 74 (-26.73%)
Mutual labels:  interview
Gainlo Interview Guide Zh
📖 [译] Gainlo 面试指南
Stars: ✭ 100 (-0.99%)
Mutual labels:  interview
30 Seconds Of Interviews
A curated collection of common interview questions to help you prepare for your next interview.
Stars: ✭ 9,410 (+9216.83%)
Mutual labels:  interview
Transcribe
A simple audio transcription helper. No signup, no logs, no tracking.
Stars: ✭ 93 (-7.92%)
Mutual labels:  interview
Web Interview
我是「齐丶先丶森」,公众号「前端面试秘籍」作者,收集整理全网面试题及面试技巧,旨在帮助前端工程师们找到一份好工作!
Stars: ✭ 1,230 (+1117.82%)
Mutual labels:  interview
Cs Books
超过1000本的计算机经典书籍、个人笔记资料以及本人在各平台发表文章中所涉及的资源等。书籍资源包括C/C++、Java、Python、Go语言、数据结构与算法、操作系统、后端架构、计算机系统知识、数据库、计算机网络、设计模式、前端、汇编以及校招社招各种面经~
Stars: ✭ 1,215 (+1102.97%)
Mutual labels:  interview
Cracking The Coding Interview
Java solutions and explanations to problems in the book Cracking the Coding Interview(6th Edition).
Stars: ✭ 91 (-9.9%)
Mutual labels:  interview
Technical Interview Guide
My learning material for technical interviews!
Stars: ✭ 76 (-24.75%)
Mutual labels:  interview
Soft Eng Interview Prep
Everything you need to know for a Software Engineering interview
Stars: ✭ 1,341 (+1227.72%)
Mutual labels:  interview
Devops Resources
DevOps resources - Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP
Stars: ✭ 1,194 (+1082.18%)
Mutual labels:  interview
React Ru Interview Questions
Здесь собраны самые популярные вопросы, задаваемые на русскоязычных собеседованиях разработчика React.js, и ответы на них. Тематика вопросов включает в себя как основы JavaScript и веб-технологий так и глубокое понимание работы React.js
Stars: ✭ 86 (-14.85%)
Mutual labels:  interview
Rexlin600.github.io
系列博客、涵盖领域广、不定时更新、欢迎加入
Stars: ✭ 102 (+0.99%)
Mutual labels:  interview
Fullstack Tutorial
🚀 fullstack tutorial 2021,后台技术栈/架构师之路/全栈开发社区,春招/秋招/校招/面试
Stars: ✭ 10,252 (+10050.5%)
Mutual labels:  interview
Vuejs Interview Questions Korean
VueJS interview questions in Korean language
Stars: ✭ 92 (-8.91%)
Mutual labels:  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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].