0% found this document useful (0 votes)
6 views3 pages

Additional Questions

The document explains the differences between 'throw', 'throws', and 'Throwable' in Java, highlighting their roles in exception handling. It also describes the keywords 'final', 'finally', and 'finalize', detailing their functions in variable restriction, code execution, and garbage collection, respectively. Additionally, it includes personal information such as name, educational background, work experience, project domain, responsibilities, technologies used, and hobbies.

Uploaded by

Sohel
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views3 pages

Additional Questions

The document explains the differences between 'throw', 'throws', and 'Throwable' in Java, highlighting their roles in exception handling. It also describes the keywords 'final', 'finally', and 'finalize', detailing their functions in variable restriction, code execution, and garbage collection, respectively. Additionally, it includes personal information such as name, educational background, work experience, project domain, responsibilities, technologies used, and hobbies.

Uploaded by

Sohel
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Additional questions.

Difference between throw, throws and throwable:-

Throw:- throw keyword is used to throw an exception explicitly by programmer. It is also called as customized
exception.

throws.:- throws is used with method declaration to indicate that method may throw exception.It is used to
handled checked exception.

Throwable :- Is the supermost class of errors and exception.

Final, finally, finalize:-

Final:- final keyword in java is used to restrict the value of variable, overriding of method, and inheritance of class.

finally:- it is a block used with try and catch blocks. The code written under finally block will execute in nay
condition.

Finalize:-
Finalize is method used to erase the garbage data.
▪ Your name.
▪ Educational qualification (B.e , college name, place )
▪ Last company name.
▪ Project domain
▪ Role :- manual and automation
▪ Rsponsibities.:- Testcase creation, POM class, Element locators, Test case automate, Result publish, reporting bugs
▪ Technology java, selenium, Testng,Maven,Extendreporter,Git,
▪ Hobbies.:-Exploration, quality.

Jenkins:- It is used for auto scheduling of automation job, it send the test reports on mail.

You might also like