0% found this document useful (0 votes)
46 views

Java Interview Question

This document outlines topics that are commonly covered in Java interviews, including object-oriented programming concepts like classes, objects, inheritance, and polymorphism. It also lists important Java packages and APIs like the collections framework, exception handling, and multithreading. Finally, it mentions basic Java concepts to review like variables, datatypes, arrays, strings, and methods.

Uploaded by

debjyoti seal
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
46 views

Java Interview Question

This document outlines topics that are commonly covered in Java interviews, including object-oriented programming concepts like classes, objects, inheritance, and polymorphism. It also lists important Java packages and APIs like the collections framework, exception handling, and multithreading. Finally, it mentions basic Java concepts to review like variables, datatypes, arrays, strings, and methods.

Uploaded by

debjyoti seal
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

JAVA INTERVIEW QUESTION

OPPS

Classes and Objects


Object Creation
Reference Variable
Global and Local Variables
Constructors
Aggregation & Composition
Inheritance
Method Overloading & Method Overriding
Abstract Class & Methods
Encapsulation
Interface
Typecasting
JVM Architecture
Polymorphism
Abstraction
Java Packages
Access Specifiers
JAVA INTERVIEW QUESTION

JAVA BUILT IN PACKAGES AND API

Java API
Object Class
String, String Buffer & Builder
Exception Handling
Thread & Multithreading
Wrapper Class
(Data Structures)
Java Collection Frameworks
File Handling
Serialization
Garbage Collector

BASIC JAVA

Java Introduction – JRE, JVM, JDK


Java 8 Feature
Keyword, Variable, Datatype, Operators
Array, Strings, Method & Function

You might also like