Q1. How does Kotlin handle null safety?
Kotlin's type system distinguishes nullable from non-nullable types. `String` cannot hold null; `String?` can. This moves null checks to compile time and largely eliminat...
Technical Question Bank · Peer-Reviewed
Search and filter frequently asked interview questions across technical, programming, and behavioral domains. Tailor your interview preparation by difficulty for freshers or experienced developers (5 available).
Kotlin's type system distinguishes nullable from non-nullable types. `String` cannot hold null; `String?` can. This moves null checks to compile time and largely eliminat...
- any disables type checking. It is contagious and should be avoided; use it only as an escape hatch. - unknown is the type-safe counterpart of any: you can assign anythi...
Tailwind's JIT scans the files listed in content and generates only classes it finds as literal strings. Class names built dynamically are invisible to the scanner. ```js...
The lifecycle block controls how Terraform creates, updates, and destroys a resource. - create_before_destroy: create the replacement before destroying the old one, reduc...
Scaling Scrum is a problem of coordination, not of adding more Scrum. The first question is whether scaling is needed, because more layers often slow delivery. I keep tea...
HireXTech uses essential storage to remember your study preferences and third-party advertising cookies via Google AdSense in compliance with GDPR. You can choose to enable essential cookies only or accept all cookies. Read our Privacy Policy.