Parameters of Java

Parameters of Java

10th Grade

5 Qs

quiz-placeholder

Similar activities

Функции def

Функции def

9th - 12th Grade

10 Qs

C++ Quiz 3: Functions

C++ Quiz 3: Functions

7th - 12th Grade

7 Qs

Sains Komputer Tingkatan 4 - 1.5.3 Mengenalpasti nilai

Sains Komputer Tingkatan 4 - 1.5.3 Mengenalpasti nilai

KG - Professional Development

2 Qs

Sains Komputer tatasusunan

Sains Komputer tatasusunan

10th Grade

10 Qs

Java If Else

Java If Else

9th - 12th Grade

10 Qs

Chapter 1 Study 3

Chapter 1 Study 3

8th - 12th Grade

10 Qs

FPA-1

FPA-1

1st - 10th Grade

10 Qs

CLASS DAN OBJECT

CLASS DAN OBJECT

9th - 12th Grade

10 Qs

Parameters of Java

Parameters of Java

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Lesley Amania

Used 16+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It is an access specifier.

Public

Void

Main

Static

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

____ keyword acknowledges the compiler that main() method does not return any value.

Public

Void

Main

Static

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You can make a method static by using the keyword _______.

Public

Void

Main

Static

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It is a default signature which is predefined in the JVM.

main()

String args[]

main string[]args

Args

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It accepts a group of strings, which is called a string array.

main

(String[]args)

Args

void