🚀 Day 2 of My Java Learning Journey Today’s focus: Operators & Input/Output — the building blocks of logic and interaction. From performing calculations ➕➖✖️➗ to handling real-time user input ⌨️ and displaying output 🖥️, I’m starting to see how programs actually think and respond. 💡 Key takeaways: • Understanding how different operators shape decision-making • Learning how input/output connects users with code • Writing small programs that feel more “alive” Every line of code is getting me one step closer to becoming a better developer. Consistency > Motivation. Showing up every day. 🔁 #Java #LearningInPublic #100DaysOfCode #Programming #CodingJourney #Developers #TechSkills #JavaBasics #StudentDeveloper #BuildInPublic
Java Learning Journey: Operators & Input/Output
More Relevant Posts
-
🚀 Want to understand how ArrayList really works in Java? In this short video, I break down the basics of the List interface and show how ArrayList handles: ✅ adding elements ✅ resizing when full ✅ inserting at a specific index ✅ removing elements ✅ fast access with get(i) A simple visual explanation of one of the most used data structures in Java. Perfect for beginners, students, and anyone sharpening their DSA fundamentals. 💡☕ #Java #ArrayList #DataStructures #Algorithms #Programming #SoftwareDevelopment #Coding #JavaDeveloper #LearnToCode #ComputerScience #DSA #BackendDevelopment #Developers #TechEducation #CodeNewbie
Java ArrayList Explained in 45 Seconds
To view or add a comment, sign in
-
🚀 Day 6 of My Java Learning Journey – Mastering Arrays Today, I worked on strengthening my fundamentals of arrays in Java by implementing multiple important operations in a single program. Here’s what I practiced 👇 🔹 Introduction of aray 🔹 Traversing an array using enhanced for-loop 🔹 Calculating the sum of elements 🔹 Finding maximum & minimum values 🔹 Reversing an array 🔹 Performing linear search 🔹 Implementing Bubble Sort 💡 This small program helped me understand how powerful arrays are when combined with logic and loops. It also improved my problem-solving skills step by step. 📌 Key Learning: Arrays are not just about storing data — they are the foundation for solving real-world problems efficiently. 💻 Consistency is the key. Every day, one step forward! #Java #Programming #CodingJourney #Arrays #100DaysOfCode #Learning #JavaDeveloper #ProblemSolving
To view or add a comment, sign in
-
Understanding how to handle errors is a crucial part of becoming a better developer. Today’s session focused on exception handling in Java, including try, catch, throw, throws, finally, stack propagation, and the difference between syntax errors and exceptions. Learning how to manage faulty inputs and write robust code is a step closer to building reliable applications. 🚀 TAP Academy #Java #ExceptionHandling #Programming #LearningJourney #Developers #Coding
To view or add a comment, sign in
-
-
Today’s session was all about mastering ArrayList concepts in Java 💻 🔹 Accessing elements efficiently using index 🔹 Understanding the difference between for loop and for-each loop 🔹 Exploring powerful ArrayList methods like add(), get(), set(), remove() 🔹 When to choose ArrayList over arrays 🔹 Clear comparison between Array vs ArrayList 💡 Key takeaway: Choosing the right data structure and iteration method can make your code more flexible, readable, and efficient! TAP Academy Bibek Singh #Java #ArrayList #Programming #CodingJourney #Learning #Developers
To view or add a comment, sign in
-
-
Understanding how to handle errors is a crucial part of becoming a better developer. Today’s session focused on exception handling in Java, including try, catch, throw, throws, finally, stack propagation, and the difference between syntax errors and exceptions. Learning how to manage faulty inputs and write robust code is a step closer to building reliable applications. 🚀 TAP Academy Bibek Singh #Java #ExceptionHandling #Programming #LearningJourney #Developers #Coding
To view or add a comment, sign in
-
-
🚀 Turning a simple Java problem into a learning moment! Today I worked on a small but interesting problem: 👉 Find the absolute difference between a number and its reversed form. Leetcode problem: https://lnkd.in/g3wkXSyg 🔍 What this taught me: How to reverse a number using modulus (%) and division (/) Why storing the original value matters before modifying it How Math.abs() helps ensure the result is always positive 💡 Example: If n = 123 Reversed = 321 Absolute difference = |123 - 321| = 198 Sometimes, even small coding challenges sharpen problem-solving skills and reinforce core programming concepts. #Java #Coding #ProblemSolving #DSA #Programming #SoftwareDevelopment #Developers #CodingJourney #LeetCode
To view or add a comment, sign in
-
-
☕ Learn Java with Me — Day 10 Today we stepped into one of the most important concepts in Java: 👉 Classes & Objects This is where Java starts feeling like real programming. A class is like a blueprint. An object is the real thing created from that blueprint. For example: class Student { String name; } Student s1 = new Student(); Simple. But very powerful. This is how real applications manage:→ students→ users→ products→accounts Everything in Java starts becoming structured from here. Today’s key learning:→ Class = design / structure→ Object = actual data This is the foundation of OOP. And honestly, it made Java feel much more practical today 💻 We’re learning together 🤝 #java #coding #oop #learning #showup
To view or add a comment, sign in
-
-
📚 Sharing My Learning Today Today I explored an important Java concept — the difference between "super" and "super()" in inheritance. 🔹 "super" helps us access parent class variables and methods. 🔹 "super()" is used to call the parent class constructor and initialize it properly. 💡 This small distinction makes a big difference when writing clean and structured object-oriented code. Learning these fundamentals step by step is helping me build a stronger foundation in programming. 🚀 Would love to hear your thoughts or tips on mastering Java concepts! #Java #OOP #Programming #LearningJourney #Developers #Tech #Coding
To view or add a comment, sign in
-
-
Sum of the Array in Java | Easy Logic + Coding 💡 Strong fundamentals are the key to mastering programming. This example shows how to find the sum of array elements using simple logic: • Start with an array of numbers • Initialize a sum variable to 0 • Traverse the array using a loop • Add each element to the sum • Print the final result Practicing these basic problems helps build strong logical thinking and coding confidence. 📊 Example Input : [1, 2, 3, 4] Output : 10 🎥 I’ve also created a short video explaining this concept with code: YouTube link : https://lnkd.in/g9SJ3hvJ #Java #Programming #ProblemSolving #Coding #SoftwareDevelopment #Learning #CSE #Developers #LogicBuilding #Arrays
To view or add a comment, sign in
-
-
Reversed String in Java | Easy Logic + Coding 💡 Strong fundamentals are essential to become a confident developer. This example shows how String Reversal works using simple logic: • Start with a given string • Traverse the string from last character to first • Use loop or built-in methods • Form the reversed string Practicing these types of problems improves logical thinking and strengthens coding basics. 📊 Example Input : LIVE Output : EVIL 🎥 I’ve also created a short video explaining this concept with code: YouTube link : https://lnkd.in/eKH2JJwa #Java #Programming #ProblemSolving #Coding #SoftwareDevelopment #Learning #CSE #Developers #LogicBuilding #String
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