Explore tweets tagged as #30daysofjava
π§΅ Day 27/30 β Java Mini Project π. Today I built a Library Management System using everything Iβve learned so far in #30DaysOfJava! π». Real β¨ Java β¨ in action!.#Java #LearnInPublic #ConsoleApp #JavaProject
0
0
1
π§© Day 19/30 β #30DaysOfJava.π Annotations = Metadata for classes, methods & more. β¨ Key ones:.β
@Override β ensure method override.β οΈ @Deprecated β mark outdated code.π @SuppressWarnings β hide compiler warnings. #Java #LearnInPublic
0
0
1
Day 26 .Part 2 : Problem practice & revision -.π»Write a java method to compute the average of three numbers. π»Write a java method name isEven that accept an int argument.The method should return true if the argument is even, or false otherwise.#30daysofjava
1
0
0
Day 28. Revision Time - .After a long break again starting the java. After that going to start the OOPs concept. #java #30daysofjava
2
0
0
π§΅ Day 28/30 β Debugging in Java π. Today I explored the art of finding & fixing bugs π¨βπ». π Breakpoints & step-by-step tracing in IDE. π οΈ Tips: Reproduce bugs, read stack traces, use watchpoints.#30DaysOfJava #Java #Debugging #LearnInPublic
0
0
1
Day 20 .Part 2 - . Also started to understand the logic behind 'Trapping Rainwater' Problem. Tomorrow I will try to solve this π . #java #dsa #30daysofjava #learninginpublic #buildinpublic #sde #leetcode #trappingRainWater #Algorithms
1
0
1
Day 25. Part 3-. π Selection Sort:.Selection Sort is a sorting algorithm that works by repeatedly finding the minimum element from the unsorted part of the list and putting it at the beginning. #Java #Programming #Coding #DSA #30daysofjava #learninginpublic
1
0
1
Day 22 . Array topic completed. Solved some problems - buy and sell stocks. Learned it properly. Need to do more practice now. #java #array #30daysofjava #dsa #algorithem
1
0
0
Day 21. Trapping Rainwater DSA problem solved. This is my first ever DSA problem. I watched the tutorial and understand the logic behind this problem. Finally DSA journey started. π. #java #dsa #30daysofjava #90daysofDSA #Bulidinpublic
1
0
0
Day 25. Part 5-. π Counting Sort:.Counting Sort is a non-comparative sorting algorithm that sorts elements based on their frequency of occurrence in the input data. #Java #Programming #Coding #DSA #30daysofjava #learninginpublic #DSAPractice
1
0
0
Day 14. Today learn the Scope and new advance patterns. As well as revised the old topic. Most of the advanced patterns are covered. Very excited to get started with Arrays (next topic). #DSA #JAVA #30DAYSOFJAVA #DAY14
1
0
0
Day 27.Method practice and revision - .βΆοΈ WAP to calculate the sum of all the digit in the integer. βΆοΈ write a java program to check if a number is a palindrome in Java? (121 is a palindrome number). #dsa #java #30daysofjava #learinginpublic #buildinginpublic
1
0
1
π Day 11 of #30DaysOfJava.Today I explored the powerhouse of Java β the Collections Framework! π§ .πΉ What is Collection?.πΉ Why itβs better than arrays?.πΉ Intro to ArrayList & HashMap.πΉ Syntax, use cases, & real-life examples!. #LearnInPublic #Java
0
0
2
Officially kicking off my #30DaysOfJava journey. Today marks Day 1 after completing Java Operators. Committed to mastering Java + DSA in the next 30 days. Consistency. Clarity. Growth. #Java #DSA #CodingJourney #TechTwitter #Hiring #PlacementPrep.
0
0
0
π§΅ Day 29/30 β Java Best Practices β
. Writing code is easy. Writing clean & efficient code? Thatβs where pros shine π‘.πΉ Meaningful names.πΉ Small, modular methods.πΉ Use try-catch wisely.πΉ Comment the βwhyβ, not βwhatβ.πΉ Use collections & memory smartly.#Java #30DaysOfJava
0
0
2
π§΅ Day 20/30 β Java Threads (Intro) in #30DaysOfJava.π Threads = lightweight processes for tasks!.2 ways to create: β
Extend Thread β
Implement Runnable .π― Lifecycle: New β Runnable β Running β Blocked/Waiting β Terminated.#Java #Multithreading #LearnInPublic
0
0
3