Skip to content

Instantly share code, notes, and snippets.

View pkjc's full-sized avatar
📖
Learning

Pankaj pkjc

📖
Learning
View GitHub Profile
function openRandomURL() {
const urls = [
"http://zerodollarmovies.com/",
"https://www.youtube.com/playlist?list=PLbpi6ZahtOH4MdGuF3ZLHbU8A3Polu1MD",
"https://moderndayjobs.com/",
"https://2.flexiple.com/founder-origin-stories/all-founders",
"https://podcasts.google.com/",
"https://donottouchyourface.com/",
"https://www.udemy.com/courses/free/",
"https://remoteworkers.dev/",
@pkjc
pkjc / Java-Interview-Resources
Last active August 29, 2015 14:03
Useful Resources for Java Interviews
Introduction
------------
Innumerable Java interview questions are available on the web
but there are very few sources for quality answers to these questions.
Even if you do find good answers, it is more important to understand
the underlying concept than just knowing the answer to that particular question.
The interviewers may not ask you the questions in the same
form or words. They may twist the question or ask it from a different
view point. So don't just mug up answers to specific questions.