Test Your Java Skills – Junior Level

Akela
7327
Test Your Java Skills – Junior Level
Java is an Object-Oriented programming language, which is often used for server apps in major corporations, web apps, and in-built systems. This quiz will test you on Junior Java Developer concepts, and is useful for beginners or as training! Are you ready?

How many keywords are reserved by the language?

None

25

50

Which reserved words aren't used?

goto

goto, const

Every word is used

What data type is not primitive?

boolean

string

float

What are the main principles of Java OOP?

Abstraction, inheritance, polymorphism and encapsulation

Inheritance, polymorphism and encapsulation

Only inheritance

Are there constructors in Java?

Yes

No

What class modifier doesn't exist?

foreign

strictfp

synchronized

How do you declare a variable?

$i=0;

java.int i=0;

int i=0;

What operator doesn't exist in Java?

==

!=

What function does the % operator fulfil?

Per cent of number

Residue of division

There's no such an operator in Java

Are nested loops allowable in Java?

Yes

No

What's the name of teh cycle for (declaration: expression)?

special for

improved for

shortcut for

What class does allow console keyboard input?

Scanner

Writer

Reader

What method of Scanner scans an input line before the first spacing?

nextLine()

next()

readLine()

What's the value of variable double d = 2.0 - 1.1;?

1

0.9

0.8999999999999999

What's the value of variable byte b = 7;?

0000 0111

7.000

0111

You don't know Java at the level of a Junior Java Developer

Probably, you've recently started to learn this language and haven't manageed to master all subjects important for a Junior. Devote enough time to both theory and practice, you'll definitely master this language! Share the quiz with friends, check their knowledge :)

You're not bad at the basics of Java, but ot enough for Junior Java Developer

You've already learned the basics of Java, but sometimes you make mistakes in main issues. Repeat topics that caused difficulties and try to take the quiz again. You'll pull it off for sure! Share the quiz with friends, check their knowledge :)

Junior Java Developer

Congrats! You mastered the basics of Java in perfection. This is not a reason to rest on oars! Shif to more complex subjects, continue to develop and reach new heights on the way to becoming a developer! Share the quiz with friends, check their knowledge :)

How many keywords are reserved by the language?
1 / 15
Which reserved words aren't used?
2 / 15
What data type is not primitive?
3 / 15
What are the main principles of Java OOP?
4 / 15
Are there constructors in Java?
5 / 15
What class modifier doesn't exist?
6 / 15
How do you declare a variable?
7 / 15
What operator doesn't exist in Java?
8 / 15
What function does the % operator fulfil?
9 / 15
Are nested loops allowable in Java?
10 / 15
What's the name of teh cycle for (declaration: expression)?
11 / 15
What class does allow console keyboard input?
12 / 15
What method of Scanner scans an input line before the first spacing?
13 / 15
What's the value of variable double d = 2.0 - 1.1;?
14 / 15
What's the value of variable byte b = 7;?
15 / 15

Calculating results...

Useful and short ads help us create new content every day.