1. Which of this method is given parameter via command line arguments?

MSTIP-JavaProgramming-FinalExam

Quiz
•
Computers, Other
•
University
•
Hard
ALVIN CERTEZA
Used 9+ times
FREE Resource
100 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
a) main()
b) recursive() method
c) Any method
d) System defined methods
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What are the Type Conversions available in Java language?
A) Narrowing Type Conversion
B) Widening Type Conversion
A and B
D) None of the above
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the output of the below Java code snippet?
char ch = 'A';//ASCII 65
int a = ch + 1;
ch = (char)a;
System.out.println(ch);
A) 66
B) A
C) B
D) 65
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which type of loop is best known for its boolean condition that controls entry to the loop?
A. do-while loop
B. for (traditional)
C. for-each
D. while
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will be the Output of the below code:
public class Demo{
public static void main(String[] arr){
}
public static void main(String arr){
}
}
a) Nothing
b) Error
C) Finite
d) Hii
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
char is 2 byte in storage?
True
False
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Name the data type: '3'
int
char
String
None of the above
Create a free account and access millions of resources
Similar Resources on Quizizz
100 questions
HTML және Web-технологиялар

Quiz
•
University
103 questions
Еле-еле

Quiz
•
University
101 questions
NETBEANS java 200-300

Quiz
•
University
105 questions
Simulacro_Parcial1_EMBEB

Quiz
•
University
100 questions
Тест основы веб-технологий 101-200

Quiz
•
University
105 questions
Lập trình hướng đối tượng

Quiz
•
University
100 questions
Тест по программированию

Quiz
•
University
100 questions
Tin Học ứng dụng

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