JAVA
ArrayList vs Vector
What is serialization
Inheritance
Polymorphism
Abstraction
Interface
JVM, JDK, JRE
Jvm - is a virtual machine, present in h/w or s/w. Jvm helps to execute java code in our device.
Jvm - load code, verifies code, executes code, provides RTE.
Jre - jvm + set of libraries, which helps to run the code.
Jdk - jre + development tools - such as debugger, compiler, and executor. So jdk helps us to develop java applications.
JVM memory
String why immutable
String buffer vs String builder
Application super class
What is the superclass of all exception classes in java - The Throwable class is the superclass of all Java exceptions and errors.
What is the superclass of all application classes in java - The Object class, which is stored in the java. lang package, is the ultimate superclass of all Java classes (except for Object )
What is iterator
ANDROID
Difference between RelativeLayout and LinearLayout
Explain activity lifecycle
What is an Activity and Fragment?
What is ADB (Android Debug Bridge)
What is ART (Android runtime)
What is APK (Android application PacKage)
What is AAB (Android App Bundle)
What is the DVM
https://medium.com/programming-lite/android-core-jvm-dvm-art-jit-aot-855039a9a8fa
How can I get the context in a Fragment?
What is an Intent in Android
How to pass value to Fragment
What is an IntentFilter in Android
What is the Content provider
What is the Broadcast Receiver
What is the difference between Service & Intent Service?
What does LayoutInflater in Android do?
What is Serializable and parcelable
ListView vs RecyclerView
Android design pattern
Android architecture
Android Launch mode
What we using long running purpose in android
Memory management
How to secure our app
How to optimize you application
CoordinatorLayout
ImageButton vs Imageview
Thread related all Questions
KOTLIN
Val , var, lateinit , Const
Explain lazy initialization in Kotlin
Data class advantages
What is a purpose of Companion Objects in Kotlin
What is the difference between open and public in Kotlin?
Why is there no static keyword in Kotlin?
Constructor
Access modifier
What is Init block
What is extensions
What are scope functions in Kotlin?
What are coroutines in Kotlin?
What is Coroutine Scope and how is that different from Coroutine Context?
What is suspending function in Kotlin
What is the difference between suspending vs. blocking
What are the Jetpack components you know
What is Coroutines and Advantages\
What are the lifecycle components
Kotlin Constructor types and explain
Can you call directly secondary constructor
What is View Model and Its functionality
What are inline classes in Kotlin?
What is infix notation
What is Generic function
What is a sealed class in Kotlin?
Why we are using Kolin
Advantages of MVVM and explain
Why kotlin is functional language ( https://www.infoworld.com/article/3224868/what-is-kotlin-the-java-alternative-explained.html#:~:text=Kotlin%20is%20a%20general%20purpose,%2C%20clarity%2C%20and%20tooling%20support. )
Comments
Post a Comment