Core Java Important Topics
Core Java Important Topics
There are a few topic areas to focus on when preparing for a Java interview and you should
brush up on the following areas:
Concepts from core Java:
Advanced Java:
Popular Frameworks:
Other:
With Java being around as long as it has, there are some reliable and credible books
available to help prepare for Java interviews. A recommended book is Java Programming
Interview Exposed by Noel Markham.
As a Java developer, it is worth reading this book to take you through some of the most
important topics for Java interview, even if you aren’t specifically interviewing.
Java Certified Associate Certification Important Topics:
Java Basics
Create executable Java applications with a main method; run a Java program from
the command line; including console output.
Compare and contrast the features and components of Java such as: platform
independence, object orientation, encapsulation, etc.
Define the scope of variables
Import other Java packages to make them accessible in your code
Define the structure of a Java class
Handling Exceptions
Create a try-catch block and determine how exceptions alter normal program flow
Recognize common exception classes (such as NullPointerException,
ArithmeticException, ArrayIndexOutOfBoundsException, ClassCastException)
Describe the advantages of Exception handling
Create and invoke a method that throws an exception
Differentiate among checked exceptions, unchecked exceptions, and Errors
https://education.oracle.com/products/courP_8596