menu
Login
Register
search
Log In
account_circle
Log In
Email or Username
Password
Remember
Log In
Register
I forgot my password
Register
Username
Email
Password
Register
add
Activity
Questions
Unanswered
Tags
Subjects
Users
Ask
Prev
Blogs
New Blog
Exams
Quick search syntax
tags
tag:apple
author
user:martin
title
title:apple
content
content:apple
exclude
-tag:apple
force match
+apple
views
views:100
score
score:10
answers
answers:2
is accepted
isaccepted:true
is closed
isclosed:true
Recent Posts
Barc Interview Experience 2020- CSE stream
JEST 2021 registrations are open
TIFR GS-2021 Online Application portal
IIT Jodhpur Mtech AI - Interview Expierence (Summer Admission)
Interview experience at IIT Tirupati for MS program winter admission
Subjects
All categories
General Aptitude
(2.1k)
Engineering Mathematics
(8.5k)
Digital Logic
(3k)
Programming and DS
(5.1k)
Programming
(3.6k)
DS
(1.5k)
Algorithms
(4.5k)
Theory of Computation
(6.3k)
Compiler Design
(2.2k)
Operating System
(4.7k)
Databases
(4.3k)
CO and Architecture
(3.5k)
Computer Networks
(4.3k)
Non GATE
(1.2k)
Others
(1.3k)
Admissions
(595)
Exam Queries
(838)
Tier 1 Placement Questions
(16)
Job Queries
(71)
Projects
(19)
Unknown Category
(1.1k)
Recent Blog Comments
hi this pdf have gate prevoius year questions or...
Thanks, dude for sharing your experience !! It...
Congratulations, at least you made it to the...
seems like you really enjoyed the process.......
I wrote an email to IISC regarding JEST 2021 but...
Network Sites
GO Mechanical
GO Electrical
GO Electronics
GO Civil
CSE Doubts
oops doubt
0
votes
194
views
A default catch block catches,
[A]. all thrown objects
[B]. no thrown objects
[C]. any thrown object that has not been caught by an earlier catch block
[D]. all thrown objects that have been caught by an earlier catch block
oops
class
try-catch
non-gate
asked
May 19, 2019
in
Programming
logan1x
194
views
answer
comment
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
2
Answers
1
vote
Best answer
Is answer c
answered
May 21, 2019
Kaluti
selected
Nov 3, 2019
by
logan1x
comment
0
Please explain.
0
But if there is only default catch block then it will catch all the thrown objects.
0
No I don't think so. The control goes to the catch block when first Exception is thrown. Subsequent throw lines will not be executed.
1
Got it
Thanks
0
Thank you for explaining.
Please
log in
or
register
to add a comment.
0
votes
Option (A): All thrown objects
answered
Oct 31, 2019
Shagun Singh
comment
Please
log in
or
register
to add a comment.
← Prev.
Next →
← Prev. Qn. in Sub.
Next Qn. in Sub. →
Related questions
4
votes
1
answer
1
3k
views
UGCNET-June2016-II: 13 , OOPS
Which one of the following is correct, when a class grants friend status to another class? The member functions of the class generating friendship can access teh members of the friend class All member functions of the class granted friendship ... to the members of the class granting the friendship Class friendship is reciprocal to each other There is no such concept
Which one of the following is correct, when a class grants friend status to another class? The member functions of the class generating friendship can access teh members of the friend class All member functions of the class granted friendship have unrestricted access to the members of the class granting the friendship Class friendship is reciprocal to each other There is no such concept
asked
Aug 14, 2016
in
Object Oriented Programming
jothee
3k
views
oops
class
1
vote
0
answers
2
113
views
Object Oriented Programming Doubt
Please tell why the answer is C, why not A or B?
Please tell why the answer is C, why not A or B?
asked
Nov 12, 2018
in
Compiler Design
Balaji Jegan
113
views
oops
class
0
votes
1
answer
3
144
views
Programming
asked
Jun 22, 2016
in
Programming
shaff
144
views
programming-in-c
class
2
votes
0
answers
4
347
views
Data Hiding C++
Which of the following concepts of OOPS means exposing only necessary information to client? A. Encapsulation B. Abstraction C. Data hiding D. Data binding Answer is C, Why?
Which of the following concepts of OOPS means exposing only necessary information to client? A. Encapsulation B. Abstraction C. Data hiding D. Data binding Answer is C, Why?
asked
Jan 11, 2018
in
Object Oriented Programming
Manu Madhavan
347
views
oops
...