Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Document preview thumbnail
Preview 2 out of 10 pages
Exam (elaborations)

Revature Interview Study Guide.

Document preview thumbnail
Preview 2 out of 10 pages

Revature Interview Study Guide.

Content preview

Revature Interview Study Guide: OOP Concepts,
Beginning Java, SQL Questions with correct answers
What Is an Object? Correct Answer-a software bundle of related state
and behavior. Often used to model the real-world _______ that you find
in everyday life.


What are Fields and Methods? Correct Answer-An object stores its state
in _______ and exposes its behavior through _______.


What Is a Class? Correct Answer-a blueprint or prototype from which
objects are created.


What Is Inheritance? Correct Answer-provides a powerful and natural
mechanism for organizing and structuring your software. allows classes
to inherit commonly used state and behavior from other classes


What Is an Interface? Correct Answer-contract between a class and the
outside world. When a class implements an ___________, it promises to
provide the behavior published by that interface. A group of related
methods with empty bodies


What is a Package? Correct Answer-a namespace for organizing classes
and interfaces in a logical manner. Makes large software projects easier
to manage. Think of them as files on your computer

, What is an API? Correct Answer-Application Programming Interface. A
package obtained from the huge class library offered by the Java
platform.


What is State and Behavior Correct Answer-Real-world objects contain
___ and ___.


What is Encapsulation Correct Answer-Hiding internal data from the
outside world, and accessing it only through publicly exposed methods
is known as data ___.


What is a Variable? Correct Answer-a structure for temporarily storing
data in your computer's memory.


What is an Instance Variable? Correct Answer-A variable declared after
the class declaration, but outside of any methods. These variable can
have different values for each separate instance of the class.


What is a Class Variable? Correct Answer-Whenever a variable has the
keyword static attached to it. It means that every object of that class will
share the same value for that variable.


What is a Local Variable? Correct Answer-When a variable is declared
inside of a method. They do not exist outside of the method they are
declared in.

Document information

Uploaded on
October 8, 2024
Number of pages
10
Written in
2024/2025
Type
Exam (elaborations)
Contains
Questions & answers
$15.49

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
cracker
3.8
(400)
Sold
2158
Followers
1346
Items
50067
Last sold
4 days ago




Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions