8 Most Expected Java Interview Questions! SayTooLoud brings to you, a list of most expected Java interview questions. So, just go through them and include them as a part of your interview preparation regime. These would come in handy while appearing for interviews. 1. WHAT DO YOU MEAN BY A JVM? The Java interpreter alongside the runtime environment required to execute the Java application in known as the Java virtual machine(JVM). 2. WHAT DO YOU UNDERSTAND BY THE TERM PLATFORM INDEPENDENCE? The term platform independence implies that we can write as well as compile the Java code on one kind of a platform (e.g. Windows) and can execute the class in some other supported platform e.g. (Linux, Solaris and so on). 3. WHAT IS THE CONCEPT OF AN ABSTRACT CLASS? An abstract class happens to be a class designed with execution gaps for subclasses to fill in and is intentionally incomplete. 4. WHAT DO YOU UNDERSTAND BY THE TERM PACKAGES? A package is an accumulation of related classes and interfaces giving access protection and namespace management. 5. ENLIST THE STATES OF A THREAD? The states associated with a thread are ready, running, waiting and dead. 6. WHAT IS CALLED A DEADLOCK? At the point when two threads are waiting each other and can’t precede the program, then such a situation is called as a deadlock. 7. WHICH IS THE MOST IMPORTANT FEATURE OF JAVA? Java happens to be a platform independent language. 8. WHAT IS THE NAME OF THE BASE CLASS FOR ALL THE CLASSES? java.lang.Object These were a few questions related to the Java programming language, which are most expected during an interview. Read tips for telephonic interview, only on SayTooLoud.