Day of Learning – Arrays in Java Today’s session was all about understanding Arrays in Java and their internal behavior. We learned how to create an array to store the ages of 5 students: int[] a = new int[5]; But more importantly, we didn’t just write code — we understood the concept behind it. 🔎 Key Observations: • 📌 Dimensionality – Understanding 1D arrays • 📌 Homogeneous Data – Arrays store same type of data • 📌 Regular vs Jagged Data – Structure difference in memory • 📌 How arrays are created and managed inside the JVM Today’s class strengthened my foundation in memory allocation and array structure. Understanding what happens internally makes coding much more powerful 💡 Special thanks to Harshit T for explaining the concepts with clarity and real-time examples 🙌 #Java #Arrays #CoreJava #Programming #LearningJourney #TAPAcademy #JVM #StudentDeveloper
Java Arrays: Understanding Dimensionality, Homogeneous Data & JVM Management
More Relevant Posts
-
Today, I strengthened my understanding of Method Overloading, one of the fundamental concepts in Object-Oriented Programming. Method Overloading allows multiple methods in the same class to share the same name but differ in parameters. 🔹 Key Rules I Learned: 1.Method name must remain the same 2.Number of parameters can change 3.Data type of parameters can change 4.Order of parameters can change 5.Return type alone cannot differentiate overloaded methods 💡 This concept supports compile-time polymorphism, improves code readability, and makes applications more structured and scalable. Building a strong foundation in Core Java step by step. TAP Academy #Java #CoreJava #OOP #Programming #LearningJourney
To view or add a comment, sign in
-
-
Today let's practice one of the strongest foundations in Java — Arrays. From basics like: ✔ Finding even numbers ✔ Reversing an array ✔ Sum & average To logic-building concepts like: ✔ Largest & smallest element ✔ Linear Search (Brute Force) ✔ Selection Sort Arrays may look simple… But they build real problem-solving skills and algorithmic thinking. I’ve uploaded all the programs here: https://lnkd.in/g_ZW9aqq Swipe through the carousel → Practice → Improve #Java #JavaFullStack #Arrays #CodingPractice #DSA #LearningInPublic #Programming
To view or add a comment, sign in
-
Day -10 🚀 Arrays in Java – Building Strong Programming Foundations Arrays are one of the most fundamental concepts in Java programming. Understanding them clearly helps in writing efficient and structured code. 🔹 Stores multiple values of the same data type 🔹 Index starts from 0 🔹 Easy access using array[index] 🔹 Update values anytime 🔹 Find size using array.length Arrays are widely used in loops, sorting, searching, and data processing. Mastering arrays makes learning Data Structures & Algorithms much easier. Step by step, improving my Java fundamentals and strengthening my problem-solving skills. 💡 #Java #Arrays #Programming #CodingLife #DataStructures #ComputerScience #LearningJourney
To view or add a comment, sign in
-
-
Day 31/100 – Revisiting Java Arrays & Enhanced For Loop ☕ Today I revisited the Enhanced For Loop (for-each loop) in Java while practicing array traversal. Instead of using indexes like a traditional for loop, the enhanced loop lets us directly iterate through each element of the array, making the code cleaner and easier to read. Example idea: for(int num : arr) → goes through each element one by one. Key takeaways: • Cleaner way to traverse arrays and collections • Reduces chances of index-related errors • Makes code more readable and concise Small concepts like these build a stronger programming foundation over time. Still learning. Still consistent. 🚀 #100DaysOfCode #Java #Programming #CodingJourney #SoftwareDevelopment #Consistency #LearningInPublic
To view or add a comment, sign in
-
-
Learning 2D Arrays & Jagged Arrays in Java Recently explored the concepts of 2D arrays and jagged arrays in Java and focused on understanding how they actually work in memory. Key takeaways: • Each row is stored separately in memory • Jagged arrays allow different row sizes • Better understanding of references and dynamic allocation Visualizing the internal structure helped me strengthen my logical thinking and clarity in handling multidimensional data. Building strong fundamentals step by step with Harshit T at TAP Academy #Java #DataStructures #Arrays #JaggedArrays #ProgrammingFundamentals #LearningJourney #DeveloperGrowth
To view or add a comment, sign in
-
-
📘 Day 15 – Java Number Program Series Continuing my Java fundamentals journey with number-based logic programs 💻🧠 📌 Today’s Programs: 1️⃣ Reverse a number 2️⃣ Count the number of digits in a number 3️⃣ Check whether a number is a Strong number 4️⃣ Check whether a number is an Armstrong number 5️⃣ Print Fibonacci series up to a given number 💡 Day 15 Takeaway: Today was less about syntax and more about mastering number logic and mathematical reasoning in Java. #Java #JavaDeveloper #CoreJava #Programming #ProblemSolving #SoftwareDevelopment #CodingJourney #JavaLearning
To view or add a comment, sign in
-
💻 Day 10 – Understanding Abstraction in Java Today I explored one of the core pillars of Object-Oriented Programming: Abstraction. Abstraction is about hiding implementation details and showing only the essential features of an object. What I learned today: • How to create an abstract class • Difference between abstract methods and normal methods • How child classes implement abstract methods • How interfaces work in Java • Real-world understanding of “what to do” vs “how to do” Key takeaway: Encapsulation hides data Abstraction hides implementation Using abstract classes and interfaces makes code: ✔ More scalable ✔ More structured ✔ Easier to maintain Every day I’m understanding how OOP concepts make real-world applications more organized and powerful 💡 #Java #OOP #Abstraction #LearningInPublic #ComputerScience #Day10 #CodingJourney
To view or add a comment, sign in
-
-
Completed the object oriented programming section in Java. At the beginning it felt like a collection of separate topics, but while going through the concepts step by step it became clearer how everything connects. Things that stood out while learning this section : - classes and objects form the basic structure of object oriented programs - variables, constructors, and access modifiers help control how objects are created and how data is accessed - encapsulation protects internal data and allows controlled interaction - inheritance allows classes to reuse behaviour instead of rewriting logic - polymorphism makes programs more flexible by allowing the same operation to behave in different ways - abstraction helps focus on what an object does rather than how it does it One noticeable shift was moving from thinking about programs as a sequence of steps to thinking about them as groups of interacting objects. The concepts are simple individually, but together they create a much more organized way of designing programs. #java #oop #programming #learning #dsajourney
To view or add a comment, sign in
-
📚 New article just published on SYUTHD! 🔖 Java 25 Performance Guide: Leveraging Value Objects to Reduce Heap Overhead by 60% 🏷️ Category: Java Programming 📖 Full article → https://lnkd.in/gct9G9rH 👉 Follow our page for more tech tutorials: https://lnkd.in/gsJDptPM 💬 Telegram: https://t.me/nisethtechno 👍 Facebook: https://lnkd.in/gsKv3Dyn #JavaProgramming #Tech #Tutorial #Programming #TechBlog #2026
To view or add a comment, sign in
Explore content categories
- Career
- Productivity
- Finance
- Soft Skills & Emotional Intelligence
- Project Management
- Education
- Technology
- Leadership
- Ecommerce
- User Experience
- Recruitment & HR
- Customer Experience
- Real Estate
- Marketing
- Sales
- Retail & Merchandising
- Science
- Supply Chain Management
- Future Of Work
- Consulting
- Writing
- Economics
- Artificial Intelligence
- Employee Experience
- Workplace Trends
- Fundraising
- Networking
- Corporate Social Responsibility
- Negotiation
- Communication
- Engineering
- Hospitality & Tourism
- Business Strategy
- Change Management
- Organizational Culture
- Design
- Innovation
- Event Planning
- Training & Development