Can finally block be used without try block?

Asked by Last Modified  

17 Answers

Learn Java

Follow 0
Answer

Please enter your answer

Senior Software Engineer

A finally clause ensures that the finally block is executed after the try block and any catch block that might be executed, no matter how control leaves the try block or catch block.
Comments

Java Professional with over 6 years of real time experience in web application development

Finally cannot be used without a try block.The try block defines which lines of code will be followed by the finally code. If an exception is thrown prior to the try block, the finally code will not execute. The finally block always executes when the try block exits. But can use finally without catch...
read more
Finally cannot be used without a try block.The try block defines which lines of code will be followed by the finally code. If an exception is thrown prior to the try block, the finally code will not execute. The finally block always executes when the try block exits. But can use finally without catch but you must use try. read less
Comments

Tutor

No.The finally block always executes when the try block exits.
Comments

Software Engineer with 15 years of Professional experience in MNCs (JP Morgan, TCS, Mastek)

No. A try block must always be present with either catch or finally or both.
Comments

A software veteran with more than decade of experience

No..it cant be..program will not compile
Comments

Computer Classes

No, you can use finally without catch but you must use try.
Comments

Software Development Trainer

Not without try but surely without catch
Comments

No.. finally block needs try block.
Comments

Trainer

There are 3 clauses for handling exceptions: try, catch and finally. There are 3 possible and allowed combinations of these clauses: 1. try and catch, 2. try and finally and 3. try, catch and finally. So none of these clauses work alone, i.e. you can use either try or catch or finally alone. So finally...
read more
There are 3 clauses for handling exceptions: try, catch and finally. There are 3 possible and allowed combinations of these clauses: 1. try and catch, 2. try and finally and 3. try, catch and finally. So none of these clauses work alone, i.e. you can use either try or catch or finally alone. So finally block can not be used without try block. read less
Comments

Sr. Java Developer

no it cannot be.
Comments

View 15 more Answers

Related Questions

Who can provide good Java training with real-time but not institute?
If you reside in pune then i can provide real time programming in java . So you will get to know industry based java programming
Sridevi
0 0
6
Is learning Java worthwhile?
Yes, learning Java is worthwhile for versatile career opportunities in web, mobile, and enterprise development.
Shantanu
0 0
5
How many years of experience should a good Java trainer need?
Minimum 4 years, actually it depends how much exposure you got and how you worked in project(s)
Nayan
0 0
5
Between Java and Python, which one is better to learn first and why?
Both the development programs come with their strong suits. While Java allows you to enjoy the cross-platform support, Python helps you execute on at least ten different operating systems. It would help...
Priyanka
0 0
5

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Session Tracking In Java Servlets
Session Tracking: HTTP is a stateless protocol. Each request is independent of the previous one. However, in some applications, it is necessary to save state information so that information can be collected...

Features Of Java
There is given many features of Java. They are also known as java buzzwords. The Java Features given below are simple and easy to understand. Simple. Object-Oriented. Portable. Platform independent. Secured. Robust. Architecture...
V

Java : Compile-time Versus Runtime optimization
While designing and development, one should think in terms of compile-time and run-time.It helps in understanding language basics in a better way.Let's understand this with a question below : What...
S

Introduction to Course Content
Video about what we are going to learn throughout the Java Training Session .

Access Specifiers â?? Private, Protected, Public, Package-private
Access level modifiers determine whether other classes can use a particular field or invoke a particular method. The following table shows the access to members permitted by each modifier. Access...

Recommended Articles

Before we start on the importance of learning JavaScript, let’s start with a short introduction on the topic. JavaScript is the most popular programming language in the world, precisely it is the language - for Computers, the Web, Servers, Smart Phone, Laptops, Mobiles, Tablets and more. And if you are a beginner or planning...

Read full article >

In the domain of Information Technology, there is always a lot to learn and implement. However, some technologies have a relatively higher demand than the rest of the others. So here are some popular IT courses for the present and upcoming future: Cloud Computing Cloud Computing is a computing technique which is used...

Read full article >

Designed in a flexible and user-friendly demeanor, Java is the most commonly used programming language for the creation of web applications and platform. It allows developers to “write once, run anywhere” (WORA). It is general-purpose, a high-level programming language developed by Sun Microsystem. Initially known as an...

Read full article >

Java is the most famous programming language till date. 20 years is a big time for any programming language to survive and gain strength. Java has been proved to be one of the most reliable programming languages for networked computers. source:techcentral.com Java was developed to pertain over the Internet. Over...

Read full article >

Looking for Java Training Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you