
23CSR306_Unit I

Quiz
•
Information Technology (IT)
•
University
•
Medium
ARTHI C1514
Used 3+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a valid main method signature in Java?
public static int main(String[] args)
public static void main(String args[])
public void static main(String args[])
public static void main()
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What happens if you declare main as private static void main(String[] args)?
Compilation error
Runtime error
Program executes normally
JVM throws SecurityException
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the result of the expression: 10 + 20 + "30"?
"3030"
"102030"
"30"
Error
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of:
int a = 5;
System.out.println(a++ + ++a);
11
12
13
14
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is not a primitive data type in Java?
boolean
int
String
double
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the result of the following code?
byte b = 50;
b = b * 2;
System.out.println(b);
100
Compilation error
Runtime error
0
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output?
int x = 5;
int y = ++x * 2;
System.out.println(y);
10
12
11
13
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Abstracciones procedimentales

Quiz
•
University
15 questions
OOP Java Basics

Quiz
•
University
11 questions
CodeQuest TechTopia 2025-26

Quiz
•
University
13 questions
Session 15 + 16 : Function

Quiz
•
University
15 questions
Understanding Method Overloading

Quiz
•
University
10 questions
Quiz on Basics of C

Quiz
•
University
6 questions
Kuis Pointer 1

Quiz
•
University
10 questions
C Programming Quiz

Quiz
•
University
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade