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 |
What is not correct about store in sencha touch?
Is it okay to change the name of an application after its deployment?
What database is used in android?
What language does Android support for application development?
What does adt stand for?
In android, which layout mode defines the positions of each component relative to each other?
What is the significance of the .dex files? in Android?
What does fragment mean?
In android, the process technical to convert an address into its latitude and longitude is called?
In android, how to insert swipe animation?
Does selenium support google android operating system?
What is the difference between a file, a class and an activity in android?