Which is the correct way of writing main() function in Java?
MS Core Java Quiz-2 2023

Quiz
•
Computers
•
University
•
Medium
Atul Bondre
Used 101+ times
FREE Resource
12 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
public static void main(String args[ ])
public void main(String args[ ])
public static main(String args[ ])
public void static main(String args[ ])
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which is the correct way of writing println() function in Java?
System.out.println("Message = " + variable);
System.println("Message = " + variable);
System.output.println("Message = " + variable);
System.println.out("Message = " + variable);
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many built-in packages in Java?
6
8
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is a correct difference between print() and println()?
print() prints the output and move to new line, println() prints the output and stays on same line
print() prints the output and stays on same line, println() prints the output and move to new line
None of the given
Both of the given
5.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
Which of the following are built-in packages in Java? Select TWO correct answers.
util
stdio
lang
out
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which statement is use to add / link packages in our program?
add
import
include
link
7.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Select TWO correct differences between C++ and Java.
In C++ operator + is not used for concatenation, In Java it is used for concatenation
In C++ class ends with semicolon, In Java class doesn't end with semicolon
C++ is POP, Java is OOP
In C++ default access specifier (visibility mode) is private, In java it is friendly (default)
Create a free account and access millions of resources
Similar Resources on Quizizz
10 questions
Temel Java Bilgisi Ölçme Testi

Quiz
•
University
10 questions
Java Arrays

Quiz
•
University
10 questions
Talent Next Java MCQ-1

Quiz
•
University
10 questions
Java Static

Quiz
•
University
9 questions
Java Programming Structures

Quiz
•
University
10 questions
Inheritance

Quiz
•
University
14 questions
Java Operators

Quiz
•
University
11 questions
Array

Quiz
•
University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade