Java
Select all ...
Site Language: English
Українська
English
Русский
Programming Tests
Login
Sign Up
Programming Tests
Theory
Snippets
Papers
Landing
Android
Prices
FAQ
Cosmo Story
Terms and Conditions
Privacy Policy
Cookies Policy
Send Feedback
Select all modifiers that are applicable to top-level classes (not nested).
private
protected
transient
public
final
Explanation
private
and
protected
modifiers are only applicable to nested classes (member class), modifier
transient
- only to fields.
keywords
compilation
1
(1)
Like
Login in
to like
Comment
Login in
to comment
Share
Tweet
Related Content
Is it possible to use abstract and final modifiers during a class declaration at...
Which line will the first compilation error occur in? p...
Select modifiers applicable to class fields:...
Given the class: public class Clazz { public static ...
What will be printed out as a result of the following code execution / compilati...
J
ava
Quiz
Login to learn Java
or
Read more about
Java Quizzes
Follow CodeGalaxy
Mobile Beta
Send Feedback
Keep exploring
Java quizzes
What will be printed out as a result of the following code execution / compilati...
What will be printed out as a result of the following code execution / compilati...
What will be printed out as a result of the following code execution / compilati...
int i = Integer.MAX_VALUE + 10; What is th...
What happens after the following code is compiled and run: ...
What will be the result of the following program execution? ...
Sign Up Now
or
Subscribe for future quizzes
Login in to like
Login in to comment