• Wrong document? Swap it for free
  • Written by students who passed
  • Immediately available after payment
  • Read online or as PDF
Sell
Where do you study
Your language
Document preview thumbnail
Preview 2 out of 9 pages
Exam (elaborations)

JAVA TERMINOLOGY- COMPUTER SCIENCE. Trusted by students across multiple disciplines!

Document preview thumbnail
Preview 2 out of 9 pages

JAVA TERMINOLOGY- COMPUTER SCIENCE. Trusted by students across multiple disciplines!

Content preview

JAVA TERMINOLOGY- COMPUTER SCIENCE.
Trusted by students across multiple disciplines!
Assign - Answer: to give a value (Symbol = is the assignment operator)


Block - Answer: code between two matching open and close braces, which is the single
logical unit of work inside the application:
• { some code }


Bytecode - Answer: the instruction set for Java Virtual Machine, created from source
files (code the programmer writes) into bytecode by the compiler


Caller - Answer: is any method that is calling a specific method


Checked exception - Answer: an Exception that is caught at the compilation time,
usually in the block or thrown in the method header


Class - Answer: the core type in Java that defines the implementation of a particular
kind of object; it defines instance and class variables and methods, as well as specifies
the interfaces it implements and the immediate superclass of the class, by default
Object:
• public class Foo {}


Class method - Answer: Can only access class attributes. Class methods can be
accessed through the class name like Math.pow().


A synonym of static class


Class variable - Answer: A variable that belongs to the class, and is not specific to any
particular object, indicated by the word "static", of which only a single copy exists,
regardless of how many instances of the class exist.


1
APPHIA - Crafted with Care and Precision for Academic Excellence.

, A synonym of a static field or a static variable


Classpath - Answer: an environment variable or a command-line argument indicating
the path searched by the Java compiler and the runtime for class definitions


Comment - Answer: a piece of explanatory text ignored by the compiler


Compiler - Answer: a program used to translate source code into the code executed by
a computer


Condition - Answer: a boolean expression controlling a conditional statement or loop


Constructor - Answer: a method inside the class, which creates and initializes objects in
it - needs to be public and names the same as the class:
• public class Foo {


// constructor
Public Foo(){
};


}


Curly brackets - Answer: two matching open and close braces
• { some code }


Declaration - Answer: this is a statement that establishes an identifier and associates
attributes with it, without necessarily reserving its storage or providing the
implementation. We can give it a value later in our code by assigning a value to the
declared variable.
• int name;



2
APPHIA - Crafted with Care and Precision for Academic Excellence.

Document information

Uploaded on
December 23, 2025
Number of pages
9
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers
$9.99

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
Apphia
3.0
(2)
Sold
7
Followers
0
Items
4061
Last sold
3 weeks 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