- Define Activity Lifecycle , and the methods associated in the precise order.
- What is the significance of using coroutines in Kotlin.
- How you can eliminate activity A when you are navigating from A -> B , instead of calling onPause().
- What is dependency injection?
- Which android architecture pattern is best and why?
- ListView vs RecyclerView
- What is JVM? (one line defination)!
- Which data structure is used by Java applications for Memory Managment?
- What happens when a program encounters MemoryOutOfBound Exception?
- What makes java a Secure Programming Language?
- Why we do not use pointers in java.
- What is Cryptographic Security in java.
- Interfaces vs Abstract classes
- Garbage collection in java
- Write a program to implement the Least Recently Used(LRU) caching policy.