REVATURE TECHNICAL INTERVIEW STUDY GUIDE QUESTIONS AND ANSWERS| LATEST
UPDATE 100% SOLVED
Inheritance Child class acquires all properties & behaviors of the parent class
Good for code reusability and method overriding
SDLC Software Development Life Cycle
Abstract Class a class that defines attributes and methods for subclasses but is never
instantiated
JVM Java Virtual Machine
JRE Java Runtime Environment
SQL Structured Query Language
static variable variable shared across all instances of a class
final (keyword) declares something immutable
UPDATE 100% SOLVED
Inheritance Child class acquires all properties & behaviors of the parent class
Good for code reusability and method overriding
SDLC Software Development Life Cycle
Abstract Class a class that defines attributes and methods for subclasses but is never
instantiated
JVM Java Virtual Machine
JRE Java Runtime Environment
SQL Structured Query Language
static variable variable shared across all instances of a class
final (keyword) declares something immutable