What is the purpose of @override in android?



What is the purpose of @override in android?..

Answer / Km Sangita

@Override is a Java keyword used to indicate that a method in a subclass overrides a method from its parent class. This helps ensure that the correct method is being called during runtime.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Android OS Interview Questions

What is not correct about store in sencha touch?

1 Answers  


Is it okay to change the name of an application after its deployment?

1 Answers  


What database is used in android?

1 Answers  


What language does Android support for application development?

1 Answers  


What does adt stand for?

1 Answers  


In android, which layout mode defines the positions of each component relative to each other?

1 Answers  


What is the significance of the .dex files? in Android?

1 Answers   CDC,


What does fragment mean?

1 Answers  


In android, the process technical to convert an address into its latitude and longitude is called?

1 Answers  


In android, how to insert swipe animation?

1 Answers  


Does selenium support google android operating system?

1 Answers  


What is the difference between a file, a class and an activity in android?

1 Answers  


Categories