JavaDeploy
SiteMap
Java Certification
Java Beans
Java-OO Concepts
Java Basics
«Prev
Next»
Java Basics
System Object Model
Interfaces Packages
Describe Java Package
Importing Packages
Access Control
Interface Role
Reclaiming Memory
Garbage Collection
Forcing GarbageCollection
Project Access Control
OOA Concepts
Java Exceptions
Exceptions - Quiz
Catching Exceptions-Quiz
Finally-Keyword -Quiz
Throwing Exceptions - Quiz.
Catching Exceptions Baseball
Common Java Exceptions
Java Multitasking
Using Join for Threads
Starting JavaThread - Quiz
Coordinating Java Threads - Quiz
Thread States -Quiz
Intro Java Input/Output
Java Io Package
Java System.in Read Input
Data Input Stream
File Class To Access Files
Save Restore Draw Applet Project
Java Class Input Output Review
Java Stream Programming Conclusion
Java Interfaces - Quiz
Each question is worth one point.Select the best answer for each question.
1.
All methods in an interface are
Please select the best answer.
A.
Final, unable to be overridden
B.
Class methods
C.
Abstract
2.
All variables in an interface are
Please select the best answer.
A.
Static and final (that is, class variables and constants)
B.
Abstract instance variables
C.
Constant instance variables
3.
A class named Primes implementing an interface named Runnable could be defined like this
Please select the best answer.
A.
class Primes extends Runnable...
B.
class Primes implements Runnable...
C.
interface Primes implements Runnable...
Your score is 0.0
C
A
B
Submit
Quiz Explanation