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
Exam (elaborations)

Java Exam Questions With Correct Answers

Rating
-
Sold
-
Pages
10
Grade
A+
Uploaded on
14-01-2025
Written in
2024/2025

Java Exam Questions With Correct Answers. What do real world objects contain? - Answerstate and behavior Where is a software object's state contained? - Answerfields (Java) or variables (C++) Where is a software object's behavior exposed? - Answermethods (Java) or functions (C++) Hiding internal data from the outside world, and accessing it only through publicly exposed methods is known as data... - Answerencapsulation A blueprint for a software object is called a... - Answerclass Common behavior can be defined in a ___ and inherited into a ___ using the ___ keyword. - Answersuperclass, subclass, extends A collection of methods with no implementation is called an ___. - Answerinterface A namespace that organizes classes and interfaces by functionality is called a ___. - Answerpackage The term API stands for ___? - Answerapplication programmer interface The term "instance variable" is another name for... - Answernon-static field - instance variables are specific to an object The term "class variable" is another name for ___. - Answerstatic field - class variables are fixed and global across all instances of the class A local variable stores temporary state; it is declared inside a ___. - Answermethod - for example a counter in a loop int i=0; A variable declared within the opening and closing parenthesis of a method signature is called a ____. - Answerparameter What are the eight primitive data types supported by the Java programming language? - Answerbyte short long ©BRIGHSTARS 2024/2025 ALL RIGHTS RESERVED. 2 | P a g e float double int char boolean Character strings are represented by the class ___. - Answer.String An ___ is a container object that holds a fixed number of values of a single type. - Answerarray Consider the following code snippet. arrayOfInts[j] arrayOfInts[j+1] Which operators does the code contain? - Answercomparative operator "greater than" arithmetic operator "plus" + Consider the following code snippet. int i = 10; int n = i++%5; a) What are the values of i and n after the code is executed? b) What are the final values of i and n if instead of using the postfix increment operator (i++), you use the prefix version (++i))? - Answera) i=11, n=0 b) i=11, n=1 To invert the value of a boolean, which operator would you use? - Answer"!" logical complement operator Which operator is used to compare two values, = or == ? - Answer== = is an assignment operator

Show more Read less
Institution
Java
Course
Java

Content preview

©BRIGHSTARS 2024/2025 ALL RIGHTS RESERVED.




Java Exam Questions With Correct Answers.


What do real world objects contain? - Answer✔state and behavior

Where is a software object's state contained? - Answer✔fields (Java) or variables (C++)

Where is a software object's behavior exposed? - Answer✔methods (Java) or functions (C++)
Hiding internal data from the outside world, and accessing it only through publicly exposed
methods is known as data... - Answer✔encapsulation

A blueprint for a software object is called a... - Answer✔class
Common behavior can be defined in a ___ and inherited into a ___ using the ___ keyword. -
Answer✔superclass, subclass, extends

A collection of methods with no implementation is called an ___. - Answer✔interface
A namespace that organizes classes and interfaces by functionality is called a ___. -
Answer✔package

The term API stands for ___? - Answer✔application programmer interface

The term "instance variable" is another name for... - Answer✔non-static field - instance variables
are specific to an object

The term "class variable" is another name for ___. - Answer✔static field - class variables are
fixed and global across all instances of the class

A local variable stores temporary state; it is declared inside a ___. - Answer✔method - for
example a counter in a loop int i=0;
A variable declared within the opening and closing parenthesis of a method signature is called a
____. - Answer✔parameter
What are the eight primitive data types supported by the Java programming language? -
Answer✔byte
short
long

1|Page

, ©BRIGHSTARS 2024/2025 ALL RIGHTS RESERVED.

float
double
int
char
boolean

Character strings are represented by the class ___. - Answer✔java.lang.String
An ___ is a container object that holds a fixed number of values of a single type. -
Answer✔array
Consider the following code snippet.


arrayOfInts[j] > arrayOfInts[j+1]


Which operators does the code contain? - Answer✔comparative operator "greater than" >
arithmetic operator "plus" +
Consider the following code snippet.


int i = 10;
int n = i++%5;


a) What are the values of i and n after the code is executed?
b) What are the final values of i and n if instead of using the postfix increment operator (i++),
you use the prefix version (++i))? - Answer✔a) i=11, n=0
b) i=11, n=1

To invert the value of a boolean, which operator would you use? - Answer✔"!" logical
complement operator

Which operator is used to compare two values, = or == ? - Answer✔==


= is an assignment operator



2|Page

Written for

Institution
Java
Course
Java

Document information

Uploaded on
January 14, 2025
Number of pages
10
Written in
2024/2025
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

CA$15.77
Get access to the full document:

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

Get to know the seller

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.
Brightstars Havard School
Follow You need to be logged in order to follow users or courses
Sold
221
Member since
1 year
Number of followers
7
Documents
13272
Last sold
10 hours ago
VERIFIED EXAMS AND STUDY GUIDES.

Here, you will find Study Notes, Exam answer packs 100% Guarenteed success.

3.2

33 reviews

5
10
4
4
3
8
2
3
1
8

Recently viewed by you

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

Frequently asked questions