Week 4
Week 4
Week 4
arpitgupta9907@gmail.com
abhisheklodhi2842004
(https://swayam.gov.in)
(https://swayam.gov.in/nc_details/NPTEL)
If already
registered, click
to check your
Week 04 : Assignment 04
payment status The due date for submitting this assignment has passed.
Due on 2024-02-21, 23:59 IST.
As per our records you have not submitted this assignment.
Course outline 1) Which is the keyword used to specify the default access modifier in java? 1 point
a. default
About NPTEL
() b. DEFAULT
c. package
How does an d. “There is no keyword”
NPTEL online
course work? No, the answer is incorrect.
Score: 0
()
Accepted Answers:
d. “There is no keyword”
Week 0 : ()
2) What is the output of the Java program with access modifiers? 1 point
Week 1 : ()
Week 2 : ()
Week 3 : ()
Week 4 : ()
Lecture 16 :
Demonstration-
VII (unit?
unit=42&lesson=
43)
Lecture 17 :
Packages-I
(unit?
unit=42&lesson= a. FOUR
44) b. Runtime Error
c. null
Lecture 18 : d. Compiler Error
Packages-II
No, the answer is incorrect.
(unit?
Score: 0
unit=42&lesson=
Accepted Answers:
45)
d. Compiler Error
Lecture 19 :
3) What is the output of the below Java Code Snippet with access modifiers? 1 point
Demonstration-
VIII (unit?
unit=42&lesson=
46)
Lecture 20 :
Interface-I (unit?
unit=42&lesson=
47)
Quiz: Week 04 :
Assignment 04
(assessment?
name=297)
Assignment 4
Solution (unit?
unit=42&lesson=
49) a. Weeks = 0
Feedback For
b. Weeks = 12
Week 4 (unit? c. No Error, blank output
unit=42&lesson=
d. Compiler error
48)
No, the answer is incorrect.
Week 5 : () Score: 0
Accepted Answers:
b. Weeks = 12
Week 6 : ()
Week 7 : () 4) Which of the following is the correct representation of access modifiers in order of increasing1 point
visibility?
Week 8 : ()
a. private < default < protected < public
b. private < protected < default < public
Week 9 : ()
c. public < protected < default < private
Week 10 : () d. protected < default < private < public
No, the answer is incorrect.
Week 11 : () Score: 0
Accepted Answers:
Week 12 : () a. private < default < protected < public
DOWNLOAD 5) Which of the following package stores all the standard java classes? 1 point
VIDEOS ()
a. java.util
Books () b. java.lang
c. java.java
Text
d. java.packages
Transcripts ()
No, the answer is incorrect.
Score: 0
Problem
Accepted Answers:
Solving
b. java.lang
Session - Jan
2024 ()
6) Which of the following is/are true about packages in Java? 1 point
1. Every class is part of some package.
2. All classes in a file are part of the same package.
3. If no package is specified, the classes in the file go into a special unnamed package.
4. If no package is specified, a new package is created with folder name of class and the class is
put in this package.
a. Only 1, 2 and 3
b. Only 1, 2 and 4
c. Only 4
d. Only 1 and 3
a. Compiler Error
b. Runtime Error
c. Welcome!
d. None of the above
a. Public
b. Protected
c. private
d. All of the mentioned
9) Which of the following is the correct way of implementing an interface salary by class 0 points
manager?
10) What will be the output of the following Java program? 0 points
a. 0
b. 2
c. 4
d. Compiler Error