Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
Give this quiz to my class
Q 1/10
Score 0
It is block of code that performs a task
30
Main
Function
Methods
Class
Q 2/10
Score 0
It is a function that is part of a class and block of code which only runs when it is called.
30
Function
Methods
Class
Main
10 questions
Q.
It is block of code that performs a task
1
30 sec
Q.
It is a function that is part of a class and block of code which only runs when it is called.
2
30 sec
Q.
It is a special keyword that determines if other class and methods in this program can access these classes and methods.
3
30 sec
Q.
It is the entry point to our programs whenever we execute a Java program
4
30 sec
Q.
It is a container for one or more related functions basically we use these
to organize our code.
5
30 sec
Q.
It is a reserved keyword in Java
6
30 sec
Q.
It is an edition of java that we are using in our lesson. It contains all of the libraries that every java developer must learn.
7
30 sec
Q.
It is use for building very large scale and distributed system. It is build on top of Java standard Edition and provides additional libraries for building all tolerant distributed multiple software.
8
30 sec
Q.
It is used in smart cards. The latest version of Java, Java SE 12 which was release on March 2019.
9
30 sec
Q.
It is designed for mobile devices it has libraries specific to mobile devices.