🗓 Daily Practice – Java Fundamentals ⌨️ 10 mins typing practice. ☕ 45 mins Java practice focusing on Methods + Arrays. Practiced writing methods to: • Return the sum of an array • Find the maximum element • Count even numbers Also reflected on why using methods improves code structure instead of writing everything in main(). Finished with a short speaking practice explaining what methods are and why arrays are passed as parameters. Small steps every day toward becoming a better developer. 🚀 #Java #BackendDevelopment #LearningInPublic #Consistency #DeveloperJourney
Daily Java Practice: Methods and Arrays
More Relevant Posts
-
Struggling with File Handling in Java? 🤔 This quick video will help you understand it fast! ⚡ 💬 Drop your doubts & follow for more!
To view or add a comment, sign in
-
Hello Connections, Post 9 — Java Fundamentals A-Z Array vs ArrayList — I used them interchangeably for months. Big mistake. 😅 Most developers learn the wrong one first. Swipe to see the difference 👉 Post 9 Summary: 🔴 Unlearned → Using Array and ArrayList randomly 🟢 Relearned → Each has a specific purpose — choose wisely! 🤯 Biggest surprise → ArrayList uses Array internally! Which one do YOU use more? Drop below! 👇 #Java #JavaFundamentals #BackendDeveloper #LearningInPublic
To view or add a comment, sign in
-
🚀 Java Revision Journey – Day 03 Continuing my Java revision, today I focused on Strings in Java, which play a major role in text processing and application development. 📌 Topics Covered: Strings ✔ Introduction to Java Strings ✔ Why Strings are Immutable ✔ String Concatenation ✔ Commonly Used String Methods String Handling Classes ✔ String Class ✔ StringBuffer Class ✔ StringBuilder Class ✔ Strings vs StringBuffer vs StringBuilder Understanding how Java handles strings helps in writing more efficient and optimized programs. Consistency in revisiting fundamentals helps build a stronger programming foundation. #Java #CoreJava #Programming #LearningJourney #BackendDevelopment #String #JavaDeveloper #Learning
To view or add a comment, sign in
-
-
💻 Java Practice – String Operations Today I continued practicing Java String fundamentals. Worked on small exercises like: • Checking if a string is a palindrome • Counting words in a sentence • Replacing characters using replace() • Comparing strings correctly using equals() Also explored a small but important detail in string comparison and why some approaches are safer in real applications. Consistent practice with small problems helps strengthen programming fundamentals. #Java #ProgrammingFundamentals #LearningInPublic #DeveloperJourney #Consistency
To view or add a comment, sign in
-
Multithreading is one of the most powerful features in Java. But it’s also one of the most confusing topics when you start learning it. Concepts like thread lifecycle, synchronization, and deadlocks can feel overwhelming at first. I recently came across this Java Thread Cheat Sheet and found it really helpful as a quick reference. It summarizes important concepts like: • What a thread and process are • How to create threads (Thread class vs Runnable) • Important thread methods (start(), sleep(), join(), wait(), notify()) • Thread lifecycle and states • Synchronization and deadlocks • User threads vs daemon threads Understanding these fundamentals is essential when building high-performance backend systems or preparing for Java interviews. Sharing it here in case it helps someone revising Java multithreading basics. Which Java multithreading concept took you the longest to understand? 🤔 #Java #Multithreading #BackendDevelopment #Programming #SoftwareEngineering
To view or add a comment, sign in
-
-
💻 Java Practice – Arrays with Methods Saturday I worked on combining Java methods with array-based logic. Practiced: • Passing an array to a method • Writing a method to calculate the sum of an array • Finding the largest element using a method • Reversing an array through a method This helped connect DSA problem-solving with structured Java programming. Small exercises like these make it easier to understand how logic and program design work together. #Java #DSA #ProgrammingFundamentals #LearningInPublic #DeveloperJourney
To view or add a comment, sign in
-
Java Concept for Beginners 👇 Array vs ArrayList: Array: • Fixed size ArrayList: • Dynamic size • More flexible Understanding when to use what is important. Practice makes it clearer 💻 #Java #CollectionsFramework #BeginnerDeveloper
To view or add a comment, sign in
-
-
A Tiny Java Mistake That Causes a Compile Error ❗ A Pitfall in Java: Why int i =08 doesn't work? Many developers get confused when Java throws an error for 08. The reason is simple but often overlooked. If a number starts with 0, Java treats it as an Octal number! (Base 8). Octal numbers only allow digits 0–7. That’s why: 08 ❌ 09 ❌ 010 ✔ (equals 8 in decimal) Small Java details like this can save hours of debugging. Swipe through the carousel to understand this Java concept clearly. #Java #JavaDeveloper #Programming #CodingTips #SoftwareEngineering #TechLearning #JavaForbeginners #JavaTipsForProfessionals
To view or add a comment, sign in
-
🧬 Java Collections – Revision & Practice Yesterday I focused on strengthening my understanding of Java Collections. ✔️ Revised core concepts: • ArrayList • HashMap • Difference between List, Set, and Map Understanding when and where to use each structure makes a big difference while writing efficient code. 💡 Also practiced some basic DSA problems: • Removing duplicates from a list • Finding an element using linear search This combination of concept revision + small problem solving is helping me build stronger fundamentals step by step. 🚀 #Java #Collections #DSA #LearningInPublic #BackendDevelopment #DeveloperJourney
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