Question
If you do not want your class to be inherited by any other class. What would you do

Answers

- Declare your class as final . A class declared as final can't be inherited by any other class.- However, if it is an abstract class, you can't define your class as final.What is the difference between final, finally and finalize()?final : - It is a modifier which can be applied to a class, method or variable.- It is not possible to inherit the final class, override the final method and change the final variable.finally : - It is an exception handling code section. - It gets executed whether an exception is raised or not by the try block code segment. finalize() : - It is a method of Object class. - It is executed by the JVM just before garbage collecting object to give a final chance for resource releasing activity.   Your Comment




More Software Questions..
What is the inputsplit in map reduce software?

What is software configuration management?

What Is Java Api For Xml-based Rpc (jax-rpc)?

How can you implement fine-grained auditing?

What is IBM’s simple explanation for Big Data’s four critical features?

What is static synchronized method in JDBC API? Give an example?

What does the NULLIF function do?

What happens if a start method is not invoked and the run method is directly invoked?

Should we override finalize method

what is the difference between mysql_fetch_array and mysql_fetch_object?

How will XML affect my document links?

Why to use Style Sheets?

What are Filters in MVC?

Can you explain Application layer in OSI model?

How to define new testplan attributes?

What are the minimum system requirements to run Photoshop? Is it possible to run Photoshop over linux?

Which oracle package is used to manage the oracle lock management services?

What is Latch Up? Explain Latch Up with cross section of a CMOS Inverter. How do you avoid Latch Up?

What is marker interface?

What types of partitioning are there for BW?



Search
Can you Answer!!
  • Q explain second messenger
  • Q Which organization awarded with E-India Award
  • Q What is false sharing in the context of multi-threading?
  • Q The sales and reputation of what cheese were affected when toxins were believed to have contaminated buffalo milk?
  • Q Write short notes on Journalistic Ethics
  • Q Who will audit an auditing firm?
  • Q How can you count the number of rows from a table TAB?
  • Q ___was conferred “Best Bank – Public Sector” award in BFSI Awards-2014 by World HRD Congress, recently?
  • Q Who was the Hindu saint to have as disciple both Hindus and Muslims?
  • Q Which country (at July 2007) boasts the world's longest suspension bridge span between towers?
  • Q What do you mean by authentication and authorization?