Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amitshekhariitbhu committed Jan 28, 2024
1 parent b4a6cf5 commit 51b5a3e
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,21 +189,23 @@ Android Interview Questions and Answers:

* **How does the Kotlin Multiplatform work?** - [Learn from here](https://youtu.be/nwfNh6Kd5hI)

* **Tell some advantages of Kotlin.**
* **Suspending vs Blocking in Kotlin Coroutines** - [Learn from here](https://www.youtube.com/watch?v=V2lL_aJp17I)

* **Tell some advantages of Kotlin.** - [Learn from here](https://developer.android.com/kotlin/first)

* **What is the difference between `val` and `var`?** - [Learn from here](https://stackoverflow.com/questions/44200075/val-and-var-in-kotlin)

* **How to check if a `lateinit` variable has been initialized?** - [Learn from here](https://amitshekhar.me/blog/lateinit-vs-lazy-in-kotlin)

* **How to do lazy initialization of variables in Kotlin?** - [Learn from here](https://amitshekhar.me/blog/lateinit-vs-lazy-in-kotlin)

* **What are the visibility modifiers in Kotlin?**
* **What are the visibility modifiers in Kotlin?** - [Learn from here](https://kotlinlang.org/docs/visibility-modifiers.html)

* **What is the equivalent of Java static methods in Kotlin?**

* **What is a data class in Kotlin?**
* **What is a data class in Kotlin?** - [Learn from here](https://kotlinlang.org/docs/data-classes.html)

* **How to create a Singleton class in Kotlin?**
* **How to create a Singleton class in Kotlin?** - [Learn from here](https://stackoverflow.com/questions/51834996/singleton-class-in-kotlin)

* **What is the difference between `open` and `public` in Kotlin?** - [Learn from here](https://amitshekhar.me/blog/open-keyword-in-kotlin)

Expand Down Expand Up @@ -235,6 +237,8 @@ Android Interview Questions and Answers:

* **Tell about the Collections in Kotlin**

* **Extension functions** - [Learn from here](https://kotlinlang.org/docs/extensions.html#declaring-extensions-as-members)

### Android

Android Interview Questions and Answers:
Expand Down

0 comments on commit 51b5a3e

Please sign in to comment.