
After doing some research I found some questions which can help all of us in our next interview.
This blog will contain mostly kotlin specific questions.
- Why Kotlin?(Concise, Null Safety, Interoperable, SmartCast, etc…)
- Val &var and const?
- String interpolation?
- init block?
- What is an open keyword where it is used?
- …