Skip to content

Instantly share code, notes, and snippets.

@evonsdesigns
Created January 6, 2017 22:20
Show Gist options
  • Save evonsdesigns/da212f0ff166822c484a3cb1747939d2 to your computer and use it in GitHub Desktop.
Save evonsdesigns/da212f0ff166822c484a3cb1747939d2 to your computer and use it in GitHub Desktop.
Java Interview Questions
1. What is the difference between '==' and .equals()?
2. Is java pass-by-value or pass-by-reference?
3. What is the difference between checked and unchecked exceptions?
4. What is an abstract class and when would you use it?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment