✕ Clear all filters
11 articles
▶ Videos →

📰 Dev.to · Deepikandas

11 articles · Updated every 3 hours · View all reads

All Articles 119,236Blog Posts 126,530Tech Tutorials 30,575Research Papers 23,724News 17,332 ⚡ AI Lessons
#26 Tricky questions in Arrays-JAVA
Dev.to · Deepikandas 🔧 Backend Engineering ⚡ AI Lesson 3mo ago
#26 Tricky questions in Arrays-JAVA
1.Default values assigned Arrays are the only objects even though inside method,default values are...
#25 Known is a drop! Arrays in Java
Dev.to · Deepikandas 🔧 Backend Engineering ⚡ AI Lesson 3mo ago
#25 Known is a drop! Arrays in Java
Arrays: A collection of elements of the same type stored under a single name, accessible by numeric...
#24 known is a drop! main method in JAVA
Dev.to · Deepikandas 📐 ML Fundamentals ⚡ AI Lesson 3mo ago
#24 known is a drop! main method in JAVA
It's the entry point for your application and will subsequently invoke all the other methods...
#23 Known is a drop! Scanner class JAVA
Dev.to · Deepikandas ⚡ AI Lesson 3mo ago
#23 Known is a drop! Scanner class JAVA
Scanner class The Scanner class is used to get user input, and it is found in the java.util...
#20 Known is a drop! Switch statement & Switch Expression JAVA-Tricky Questions
Dev.to · Deepikandas ⚡ AI Lesson 3mo ago
#20 Known is a drop! Switch statement & Switch Expression JAVA-Tricky Questions
1.Traditional Switch Statement (Java ≤ 16) Purpose: Execute code blocks Syntax: Uses : after...
#15 Known is a Drop! Simple coding example for Inheritance
Dev.to · Deepikandas 🏗️ Systems Design & Architecture ⚡ AI Lesson 3mo ago
#15 Known is a Drop! Simple coding example for Inheritance
Simple coding example 1 for Bank system: A Bank Account has common features like accountNumber,...
#14 Known is a drop! Inheritance Tricky questions -Type of Inheritance JAVA
Dev.to · Deepikandas ⚡ AI Lesson 3mo ago
#14 Known is a drop! Inheritance Tricky questions -Type of Inheritance JAVA
Type of Inheritance JAVA 1. class A { } class B extends A { } Example for Single...