جافا Java
6.46K subscribers
212 photos
18 videos
81 files
269 links
ليس عيبًا ألا تعرف شيئًا، ولكن العيب انك لا تريد أن تتعلم
Download Telegram
A _____ describes the type of data that can be stored there, how much memory the item occupies, and what types of operations can be performed on the data
#java_1.
Anonymous Quiz
11%
Variable
80%
Data type
9%
Language
👍6
A data item is _____ when it svalue cannot be changed while a program is running; a data item is a variable when its value might change
#java_1
Anonymous Quiz
8%
Variable
72%
Constant
20%
Primitive type
A _ is a statement that reserves a named memory location and includes the following: A data type that identifies the type of data that the variable will store, An identifier that is the variable's name
#java_1
Anonymous Quiz
59%
Variable declaration
14%
Strongly typed langauge
27%
Reference types
_____ are complex data types that are constructed from primative types
#java_1
Anonymous Quiz
71%
Reference types
29%
Primitive type
👍1
A _____ is a simple data type. There are eight of these types in Java; byte, short, int, long, float, double, char, boolean. They serve as the bulding blocks for more complex data types, known as reference types
#java_1
Anonymous Quiz
21%
Reference types
79%
Primitive type
👍3
Which of these keywords is used to make a class?
#java_2
Anonymous Quiz
76%
class
7%
struct
4%
int
14%
none of the mentioned
👍2
Which of the following is a valid declaration of an object of class Box?
#java_2
Anonymous Quiz
10%
new Box obj;
16%
obj = new Box();
67%
Box obj = new Box();
6%
Box obj = new Box;
Which of these operators is used to allocate memory for an object?
#java_2
Anonymous Quiz
7%
give
75%
new
13%
alloc
6%
malloc
What will be the output of the following Java program?
#java_2
What will be the output of the following Java program?
#java_2
👍1
جافا Java pinned «#java_1»
🤩1
👍2
Which data type value is returned by all transcendental math functions?
#java_1
Anonymous Quiz
32%
int
47%
double
9%
float
12%
long