Exploring how Java handles URLs and extracts protocol, host, and file details. Small steps toward mastering network programming. 💻 #Java #Programming #LearningInPublic #DeveloperJourney #CodeNewbie #NetworkingInJava
How Java handles URLs and extracts protocol, host, and file details.
More Relevant Posts
-
The SOLID principles are not specific to Java, they apply to all programming languages that support object-oriented programming. #SOLID #SpringBoot #Development #SoftwareEngineer #CleanCode #OOP #BestPractices #Coding
To view or add a comment, sign in
-
Day 8 of #50DaysOfCode – Java Today I practiced loops and conditional statements by writing a program to print all even numbers from 1 to 50. 💻 What I did: Used a for loop to iterate from 1 to 50 Checked each number using the modulus (%) operator Printed all even numbers 🧠 Concepts learned: Loops (for) Conditional statements (if) Modulus operator (%) Learning Java step by step! 💪 #Java #LearnInPublic #CodingJourney #Programming #50DaysOfCode
To view or add a comment, sign in
-
💻 Exploring Java Programming: Strong Number Check 💡 Today, I practiced writing a Java program to check whether a number is a Strong Number — a number whose sum of the factorials of digits equals the number itself. For example: 👉 145 = 1! + 4! + 5! = 145 ✅ 👉 565 ≠ 5! + 6! + 5! ❌ Here’s a quick snippet from my code (shown below 👇): - Used a "while" loop for digit extraction - Calculated factorial using a nested "for" loop - Compared the final sum to the original number 🧠 Output: Enter a number to check: 145 145 is a strong number Always exciting to see how logic and math combine beautifully in programming! #Java #Coding #Programming #Learning #Engineering #StrongNumber #DeveloperJourney #CodeLogic
To view or add a comment, sign in
-
-
🚀 Exploring Java Fundamentals with a Practical Twist! Just shared a simple yet powerful Java program that identifies numbers divisible by both 3 and 5 within a user-defined range. It’s a great example of how object-oriented design and basic control structures come together to solve real-world problems. 🔍 What it does: Prompts the user for a range Iterates through numbers from 0 to that range Prints numbers divisible by both 3 and 5 💡 Whether you're just starting out or brushing up on your Java skills, this snippet is a great reminder of how clarity and logic go hand in hand in programming. #Java #Programming #ObjectOrientedDesign #CodingJourney #TechLearning #LinkedInLearning #SoftwareDevelopment
To view or add a comment, sign in
-
-
Day 11 of #50DaysOfCode in Java 🚀 Today’s challenge was to find the sum of digits of a given number. It’s a simple yet powerful logic-building exercise that helps strengthen understanding of loops and arithmetic operations. 🔢 Every day, one small program — one step closer to mastering Java! 💪 #Java #CodingJourney #Skillrack #LearningByDoing #50DaysOfCode #Programming #StudentCoder
To view or add a comment, sign in
-
Day(11/30)| Java Problem Solving Series Today I practiced an interesting problem — Check if a number is a Palindrome At first, my logic had a small mistake I was creating a new variable inside the loop (int n = x;) which kept resetting the value of x each time. That caused the loop to never actually reverse the number properly. After debugging, I corrected it by updating x directly instead of re-declaring n. Key Learning: Always check your loop variables carefully — one small mistake (like re-initializing inside the loop) can change the entire logic! #Java #Coding #ProblemSolving #LearningEveryday #LinkedInCodingJourney #Debugging #Programming
To view or add a comment, sign in
-
-
Day 6 of #50DaysOfCode – Java Today I practiced arrays and loops by writing a program to take 5 numbers from the user and calculate their sum and average. 💻 What I did: Stored numbers in an array Calculated the sum using a for loop Calculated the average and displayed the results 🧠 Concepts learned: Arrays (int[]) Loops (for) Arithmetic operations (+, /) Input/output using Scanner Excited to keep learning step by step! 💪 #Java #LearnInPublic #CodingJourney #50DaysOfCode #Programming
To view or add a comment, sign in
-
I'm excited to share my comprehensive notes on Object-Oriented Programming (OOPs) in Java! ☕️ Abstraction, Encapsulation, Inheritance, Polymorphism... mastering these core principles is crucial for building robust and scalable applications. I've compiled the key concepts and practical examples in one place. Check it out and let me know your thoughts or favorite OOPs principle! 👇 #Java #OOPs #Programming #SoftwareDevelopment #CS #TechNotes #LearningJourney
To view or add a comment, sign in
-
Mastering the Elements of Java Programming Language Every Java program is built on four key pillars: 🔹 Code Structure – Identifiers, classes, and methods that form the backbone of your program 🔹 Tokens – The smallest units (keywords, operators, literals) that guide the compiler 🔹 Syntax & Semantics – Rules and meaning that ensure code is both correct and logical 🔹 Comments – Notes that make code understandable for humans, not just machines Whether you’re just starting out or refining your skills, understanding these basics is the first step to writing clean, effective Java code #cubercore #Java #Programming #SoftwareDevelopment #Coding #TechLearning
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