INTRODUCTION Flashcards
1
Q
deals about creating objects that contain
both data and functions.
A
Object-Oriented Programming
2
Q
popular programming language
A
Java
3
Q
Who owned Java?
A
Oracle
4
Q
When is Java created?
A
1995
5
Q
Java requires a __
A
main function
6
Q
Java is enclosed in a __
A
class
7
Q
The main function or in Java parlance, the main method,
A
accepts an array
of arguments.
8
Q
print a line on java console
A
System.out.println
9
Q
strongly-typed programming language, which means that you cannot put or assign or store different types of data together.
A
Java
10
Q
Characters, including nonprintable.
A
char
11
Q
True or False
A
boolean
12
Q
Network packets
A
byte
13
Q
Whole numbers
A
int
14
Q
Smaller than int
A
short
15
Q
Larger than int
A
long
16
Q
Numbers with floating points.
A
float