Explore tweets tagged as #strings_in_java
@Akashpaswandev
Akash
1 month
Day 26: Started learning Strings in Java today and solved a few string questions to get some hands-on practice Really enjoying how flexible strings are and how many problems depend on them. Feels like a fresh chapter with lots to explore! #Java #LearnInPublic #CodingJourney
0
0
1
@programmerArjun
Programmer Arjun
25 days
Learned about strings in java... #TUFWinterArc #Java #java30 #telusko @telusko
0
0
1
@ReyedgeM
Anurag Nishad
2 months
๐Ÿ’ป Just finished learning Strings in Java and kicked off my DSA string journey! Solved my first LeetCode string problem โ€” Reverse String ๐Ÿ” Feeling pumped to dive deeper into string manipulation & logic building! ๐Ÿ’ชโœจ #100DaysOfCode #LeetCode #Java #DSA #CodingJourney
0
0
2
@mario_casari
Mario Casari
1 month
๐Ÿ’ก Java tip: Use StringBuilder instead of String for concatenating strings in loops. โŒ String is immutable, making it inefficient in loops, especially large ones. โœ… StringBuilder is mutable and optimized for repeated string appends. #Java #JavaDev
3
8
90
@pillarbynight
๐™ฅ๐™ž๐™ก๐™ก๐™–๐™ง๐ŸŒ™๐Ÿ‡ ๐‘๐ฎ๐‘Š๐‘‰
11 months
>receive ticket at previous job >app is bugging out at certain point, no one knows why >look at source code >someone tried to use a comparison operator to compare two strings in Java >mfw it was written by Indian coworker >mfw my job consists of cleaning up after these guys
1
0
13
@java
Java
7 months
In JDK 25, we improved the performance of the class String in such a way that the String::hashCode function is mostly constant foldable. Learn more: https://t.co/rcAhTi8UmS
3
61
389
@thiside_tanisha
Tanisha Yadav
3 months
Day 2 of #100DaysOfCode ๐Ÿ’ป DSA in Java (Apna College Alpha Batch โ€“ Ch 17: Strings) โœ… String functions (equals(), charAt()) โœ… Shortest path to destination โœ… Largest string (lexicographical) โœ… StringBuilder โœ… Capitalize first letter โœ… String compression #buildinpublic
51
3
238
@Mikasaa__04
Mikasa__โ™ก
7 months
๐Ÿš€ Day 10 of #111DaysOfCode Had a chill day, but still managed to learn about strings in java...
0
0
11
@AbhinavXJ
abhinav
2 months
Daily Go Series#1 Strings it's not what you think it is! Let's talk about strings in Go. In languages like Java, string is a collection of char data type. but in Go, a string is a UTF8 encoding of Unicode characters. What's Unicode?? We know that machines only understand
15
13
382
@goyal_lakshya22
ZERO
5 months
๐Ÿš€ #Day20 of #100DaysOfCode Strings in Java-Script , Learning from: @CodeWithHarry1 #CodingJourney #WebDevelopment #DevInProgress #development
0
0
8
@ThisIsNithidol
nithidol
9 months
Java Substring: A Comprehensive Guide Learn how to use Javaโ€™s substring method efficiently. This guide covers syntax, examples, performance tips, and best practices for handling strings in Java.
8
0
9
@MansiBug
Mansi๐ŸŒด
4 months
Day 72 Getting a job in 8 months. Web Dev: - Learned about Event in React & Synthetic Events. DSA: - Learned Strings in Java. - Solved 2 DSA questions. #100DaysofCode #DSA #React #buildinpublic
6
0
66
@sai_mahesh67309
Sai Mahesh
8 months
-In Java, a String is an object that represents a sequence of characters. It is part of the java.lang package and is immutable, meaning once a String object is created, its value cannot be changed. Strings are widely used in Java for handling textual data.
1
0
6
@ThisIsNithidol
nithidol
11 months
Learn the basics of Java strings. Discover how Java treats strings as immutable objects and explore their role in processing and manipulating text. Perfect for beginners. Learn more: Visit the Website.
1
0
8
@sakshamjosh1
Saksham
2 months
๐Ÿ“… Day 16 of #100DaysOfCode โœ… Learned about Strings in Java and their internal working โœ… Explored classes and variable handling โœ… Understood the difference between == and .equals() for comparisons Thanks to @kunalstwt for the great explanation. #Java #DSA #ProblemSolving
0
0
1
@rizzzav
Rishav
9 months
๐Ÿš€ Day 21/100 - DSA Journey ๐Ÿš€ (watched a 1.5 hr lec) > Learnt String & StringBuilder in Java > Internal Working of Strings > String Methods & String Performance etc. #DSA #100DaysofCode #Java #LearninPublic #Coder #LeetCode
2
0
40
@Himanshu76535
Himanshu Raj
2 months
Day 34/60: Solved 2 questions on Strings in Java and pushed the code to GitHub. Not feeling great today โ€” the weatherโ€™s getting colder here, feels like winter is already here ๐Ÿฅถ #100DaysOfCode #Java #CodingJourney #GitHub #Consistency
1
1
5
@archiexzzz
Archie Sengupta
6 months
whoever hardcoded the placeholder strings for the new gemini-cli is nuts, bro why do you need to search USB orientation for writing a simple DFS program in java
3
1
65
@Himanshu76535
Himanshu Raj
2 months
Day 43/60 Solved 2 questions on Strings in Java today and pushed the code to my GitHub. Staying consistent day by day ๐Ÿ’ช Also, wishing you all a very Happy Diwali! โœจ๐Ÿ’ฅ #100DaysOfCode #Java #Consistency #GitHubJourney
0
0
3
@harrry1414
Harry1414
3 months
Week 10 of DSA with JAVA ,Today we covered Strings in Java BRUTE Force approach Robin Karp algorithm KMP Algorithm
0
1
2