جافا Java
6.46K subscribers
212 photos
18 videos
81 files
269 links
ليس عيبًا ألا تعرف شيئًا، ولكن العيب انك لا تريد أن تتعلم
Download Telegram
_____ 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
What will be the output of the following Java statement?
#java_1
👍1
What will be the output of the following Java code?
#java_1