Test Your Java Skills – Intermediate Level

Akela
5647
Test Your Java Skills – Intermediate Level
The Java Object Oriented programming language is still the leader among developers. This quiz tests Java knowledge necessary for the Middle level. Ready? Let's go!

What is the super keyword used to refer to?

Immediate class instance

Parent class immediate instance

Inherited class

What is an anonymous class?

Class that cannot be inherited

Class without constructor

Inner class declared with no class name

How is bitwise logical negation denoted?

~

!

-

What keyword is not used for working with exceptions?

finally

switch

throws

Are exceptions generated from runtimeException checked?

Yes

No

Vector is the implementation of interface:

List

System

Map

What principle does stack work on?

LIFO

FIFO

CY

Why is it impossible to inherit from the string class?

It has no bidy

It's not a class

It's declared as final

What file opening modes are in Java?

rws, rwd

r, rw, rws, rwd

r, w, s, r+, s+, w+

In what package is the main function of work with streams packaged?

java.io

java.line

java.thread

What is the name of the process of saving an object state in a byte sequence?

Bytization

Deserialization

Serialization

How can you reverse a line?

string.reverse();

stringBuilder.reverse();

string.return();

What state can the stream not be in?

TERMINATED

RUNNABLE

PAUSED

What method does put a stream in waiting mode?

wait()

stop()

pause()

What annonation is used when overriding a method?

Override

@Redefine

@Override

You don't know Java at the level of Junior Java developer

Probably, you've started to learn the language recently and do not know much. Don't be upset! Devote enough time to theory and practice, and you'll definitely succeed! Share the quiz with friends and find out their level :)

Junior Java developer

You know Java well, but you have something to learn to achieve Middle level. Read theme-based articles and self-teaching textbooks, solve practical problems and you'll definitely succeed!  Share the quiz with friends and find out their level :)

Middle Java developer

Congrats! You answered all quiz questions right, but this is not a reason to rest on oars: Java language has many subjects and nuances, which are waiting for you. Constantly develop and you'll definitely become a great specialist! Share the quiz with friends and find out their level :)

What is the super keyword used to refer to?
1 / 15
What is an anonymous class?
2 / 15
How is bitwise logical negation denoted?
3 / 15
What keyword is not used for working with exceptions?
4 / 15
Are exceptions generated from runtimeException checked?
5 / 15
Vector is the implementation of interface:
6 / 15
What principle does stack work on?
7 / 15
Why is it impossible to inherit from the string class?
8 / 15
What file opening modes are in Java?
9 / 15
In what package is the main function of work with streams packaged?
10 / 15
What is the name of the process of saving an object state in a byte sequence?
11 / 15
How can you reverse a line?
12 / 15
What state can the stream not be in?
13 / 15
What method does put a stream in waiting mode?
14 / 15
What annonation is used when overriding a method?
15 / 15

Calculating results...

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