8" :class="scrolled && 'is-scrolled'">
NOA
Labs
Tutorials
Courses
Skill Forge
Explore
Labs
Hands-on live sessions
Mentors
Meet the senior engineers
Projects
Real portfolio-ready builds
Talent Directory
Public student profiles
Mock Interview
Practice with real feedback
ATS Resume Checker
Free instant resume scoring
Search docs
Ctrl K
Login
Join Free
Artificial Intelligence
LangChain
LLMs
Machine Learning
Prompt Engineering
RAG (Retrieval-Augmented Generation)
AJAX
GraphQL
Apache Kafka
Microservices
Node.js
RabbitMQ
REST API
WebSockets
Algorithms
Data Structures
Angular
Bootstrap
CSS
HTML
jQuery
Next.js
Nuxt.js
React
Svelte
Tailwind CSS
Vue.js
ASP.NET Core
Django
.NET
Entity Framework Core
FastAPI
Flask
Gin
gRPC
Hibernate
Laravel
NestJS
Spring
Spring Boot
Spring Cloud
Spring Data JPA
Spring MVC
Spring Security
AWS
Azure
CI/CD
Docker
Git
Kubernetes
Linux
Nginx
Terraform
C
C++
C#
Dart
Go
Java
JavaScript
Kotlin
PHP
Python
Ruby
Rust
Swift
TypeScript
Database Design
MongoDB
MySQL
Oracle Database
PostgreSQL
Redis
SQL
System Design
↑↓ navigate
↵ open
esc close
Tutorials
/
Kotlin
Kotlin menu
Kotlin Tutorial
A modern, concise JVM language and the default choice for native Android apps.
Start the Kotlin tutorial →
What you'll learn
1. Kotlin Introduction
What Kotlin is, its JVM interop and role as the default Android language, and your first program.
2. Kotlin Syntax & Variables
val vs var, null safety with ?, ?: and !!, the when expression, and string templates.
3. Functions & OOP in Kotlin
Default and named arguments, classes, data classes, and extension functions.
4. Null Safety in Depth
Chaining safe calls, the let/also/run scope functions, and platform types when calling Java code.
5. Kotlin Coroutines
Suspend functions, launch and async, structured concurrency, and a first look at Flow.
6. Kotlin for Android Basics
Data classes as models and sealed classes for UI state — the language-level patterns Kotlin brings to Android.
7. Testing in Kotlin
JUnit 5 in Kotlin, backtick test names, Kotlin assertion style, and testing with a hand-written fake dependency.
8. Kotlin Interview Questions
Commonly asked Kotlin interview questions on null safety, data classes, extension functions, and coroutines.