Time and again I get requests to write on preparation for interviews in Java. So I am planning to write series of post targeting interview preparation.
To start if the interview is for service based company the key is breadth. And for product based company its the depth. The exception for (breadth/depth) is directly proportional to years of experience.
To start if the interview is for service based company the key is breadth. And for product based company its the depth. The exception for (breadth/depth) is directly proportional to years of experience.
Another point I want to make entry level roles (0 years to 5 years) you need to do well in java interview rounds to get selected. For more experience this round is kind of elimination round.
Topics in core Java
Once you get thorough these topic next stage is Java in web development, which we will see in another post.
Topics in core Java
- OOPs concept
- Java key word, more priority to the latest released key words.
- Inheritance, interface, marker interface, abstract class and is a has a relationship
- Enums
- The details about java.lang.Object
- Strings
- Exception handling
- Collections
- Threads and Concurrent Package
- Design Pattern
Once you get thorough these topic next stage is Java in web development, which we will see in another post.