#java search results

How to shut down PC using Python vs. Java #python #java


☕ Java Full Stack Developer | Spring Boot + React Building scalable apps with Java 21, Spring Boot & modern React. Love turning ideas into production. What's your stack? 📷 #Java #SpringBoot #React

lex_anis's tweet image. ☕ Java Full Stack Developer | 
Spring Boot + React  Building scalable apps with Java 21, Spring Boot & modern React.  
Love turning ideas into production.
What's your stack? 📷
#Java #SpringBoot #React

Day 28 of DSA 🚀 > Count Subarray sum equals to k ✅ Brute → Better → Optimal.🔁 Slowly building consistency... 💪 #100DaysOfCode #DSA #Java

PriyanshuK98498's tweet image. Day 28 of DSA 🚀

>  Count Subarray sum equals to k ✅

Brute → Better → Optimal.🔁
Slowly building consistency... 💪

#100DaysOfCode #DSA #Java

Day 5 - Spring Boot Explored how Spring Boot handles client requests using RequestParam, PathVariable and RequestBody. Built APIs like /user?id=1, /user/1, and handled POST requests with JSON data. #SpringBoot #Java #BackendDevelopment

Likitha_suguna's tweet image. Day 5 - Spring Boot               

Explored how Spring Boot handles client requests using
RequestParam,  PathVariable and RequestBody.
Built APIs like /user?id=1, /user/1, and handled POST requests with JSON data.

 #SpringBoot #Java #BackendDevelopment

05.05.2026 Q: Factors of a number Modulo properties Q: Die-hard problem intro @kunalstwt #java #LearningInPublic #DSA #DSAwithKunal

parvesshrajh's tweet image. 05.05.2026
Q: Factors of a number
Modulo properties
Q: Die-hard problem intro

@kunalstwt 
#java #LearningInPublic #DSA #DSAwithKunal
parvesshrajh's tweet image. 05.05.2026
Q: Factors of a number
Modulo properties
Q: Die-hard problem intro

@kunalstwt 
#java #LearningInPublic #DSA #DSAwithKunal
parvesshrajh's tweet image. 05.05.2026
Q: Factors of a number
Modulo properties
Q: Die-hard problem intro

@kunalstwt 
#java #LearningInPublic #DSA #DSAwithKunal

Exactly in one month our great friend Venkat Subramaniam @venkat_s is back to Sofia! And we'll see – Do we really know our #Java? Live at #jPrime26! Grab Your Pass: 🗓️ 3-4 June 2026! 📍 Sofia 🇧🇬! 🎫 jprime.io/tickets

jPrimeConf's tweet image. Exactly in one month our great friend Venkat Subramaniam @venkat_s is back to Sofia! 
And we'll see – Do we really know our #Java?

Live at #jPrime26! 
Grab Your Pass: 
🗓️ 3-4 June 2026! 
📍 Sofia 🇧🇬! 
🎫 jprime.io/tickets

🚀 ¡Aprende Java como nunca antes! Cada viernes envío tips, trucos y novedades que transformarán tu programación. No te lo pierdas, ¡inscríbete ya! 👉 programandoenjava.substack.com/subscribe #Java #Programación #DesarrolloDeSoftware #Newsletter


💡やったこと 《Java》黒本 計:9時間30分 💪感想 こんなにやっても半分も終わってない💦 何となく環境作ったけど、これが一番良さそう😇 集中力を高めるためにローズマリーのアロマにしてみた☺️ #RaiseTech #Java #今日の積み上げ #学習記録 #転職 #Javasilver

_yochan__'s tweet image. 💡やったこと

《Java》黒本

計:9時間30分

💪感想
こんなにやっても半分も終わってない💦
何となく環境作ったけど、これが一番良さそう😇
集中力を高めるためにローズマリーのアロマにしてみた☺️

#RaiseTech
#Java
#今日の積み上げ
#学習記録 
#転職
#Javasilver

Okay, so people always recommend to compile and run java classes from the base directory, but I decided to bypass the advice by running from directly inside its directory. The result- NoClassDefFoundError. I get the advice now, but why? #Java #BackendDev

21spl_'s tweet image. Okay, so people always recommend to compile and run java classes from the base directory, but I decided to bypass the advice by running from directly inside its directory. The result- NoClassDefFoundError. I get the advice now, but why? #Java #BackendDev
21spl_'s tweet image. Okay, so people always recommend to compile and run java classes from the base directory, but I decided to bypass the advice by running from directly inside its directory. The result- NoClassDefFoundError. I get the advice now, but why? #Java #BackendDev

Please join us in welcoming the newest member of our team, Leon Rouzi! Congrats! #AzulTeam #NewHire #Java

AzulSystems's tweet image. Please join us in welcoming the newest member of our team, Leon Rouzi! Congrats! #AzulTeam #NewHire #Java

Day 49 of DSA 🚀 Reverse Words in a String (LC 151) Key Idea: Traverse from end, pick words and rebuild string while handling extra spaces 💡 Time: O(n), Space: O(n) #DSA #Day49 #java #LeetCode #Strings #CodingJourney @kunalstwt

PratikPatil4796's tweet image. Day 49 of DSA 🚀

Reverse Words in a String (LC 151)

Key Idea: Traverse from end, pick words and rebuild string while handling extra spaces 💡

Time: O(n), Space: O(n)

#DSA #Day49 #java #LeetCode #Strings #CodingJourney @kunalstwt

📺Today is the airhacks.tv livestream day. Ask questions now: gist.github.com/AdamBien/4c2a1… and see you at 8pm CEST 👉youtube.com/bienadam/live #java #airhacks #live


🚀 Day 21/#100DaysOfCode Today I worked on the validation logic of Sudoku Solver. 🔹 Used: • Row Checking • Column Checking • 3×3 Box Validation 💡 Learned: How validation improves accuracy and avoids wrong placements in problem solving. #Java #ProblemSolving #DSA


Day 8 of java 🚀 Today's I learn some new things like ✅ Object methods ✅ Abstract classes ✅ Interfaces Just stay consistent #java

SwainShubh's tweet image. Day 8 of java 🚀 

Today's I learn some new things like

✅ Object methods 
✅ Abstract classes 
✅ Interfaces 

 Just stay consistent 
#java
SwainShubh's tweet image. Day 8 of java 🚀 

Today's I learn some new things like

✅ Object methods 
✅ Abstract classes 
✅ Interfaces 

 Just stay consistent 
#java

Day 42 of DSA : Solved : ✅3 Sum Problem Approaches used are : ☑️BruteForce : O(N^3) ☑️Better ( Hashing ) : O(N^2) The optimal approach is remaining to solve... Keep grindin ..🔥 #Java #CodingJourney #LearnInPublic #Consistency

ShaileshYa66107's tweet image. Day 42 of DSA :  
Solved :  
✅3 Sum Problem    
Approaches used are :           
☑️BruteForce : O(N^3)        
☑️Better ( Hashing ) : O(N^2) 
The optimal approach is remaining to solve...
Keep grindin ..🔥

#Java #CodingJourney #LearnInPublic #Consistency
ShaileshYa66107's tweet image. Day 42 of DSA :  
Solved :  
✅3 Sum Problem    
Approaches used are :           
☑️BruteForce : O(N^3)        
☑️Better ( Hashing ) : O(N^2) 
The optimal approach is remaining to solve...
Keep grindin ..🔥

#Java #CodingJourney #LearnInPublic #Consistency
ShaileshYa66107's tweet image. Day 42 of DSA :  
Solved :  
✅3 Sum Problem    
Approaches used are :           
☑️BruteForce : O(N^3)        
☑️Better ( Hashing ) : O(N^2) 
The optimal approach is remaining to solve...
Keep grindin ..🔥

#Java #CodingJourney #LearnInPublic #Consistency
ShaileshYa66107's tweet image. Day 42 of DSA :  
Solved :  
✅3 Sum Problem    
Approaches used are :           
☑️BruteForce : O(N^3)        
☑️Better ( Hashing ) : O(N^2) 
The optimal approach is remaining to solve...
Keep grindin ..🔥

#Java #CodingJourney #LearnInPublic #Consistency

Kal tak bas Collections.sort() use karta tha… Aaj samjha andar kya hota hai Comparable + compareTo() clear ho gaya toh sorting easy ho gayi. Aapko kya tricky laga — logic ya method? Save & Share #JAVA #DSA

PayalKumar89652's tweet image. Kal tak bas Collections.sort() use karta tha…
Aaj samjha andar kya hota hai 
Comparable + compareTo() clear ho gaya toh sorting easy ho gayi.

Aapko kya tricky laga — logic ya method?

Save & Share #JAVA #DSA
PayalKumar89652's tweet image. Kal tak bas Collections.sort() use karta tha…
Aaj samjha andar kya hota hai 
Comparable + compareTo() clear ho gaya toh sorting easy ho gayi.

Aapko kya tricky laga — logic ya method?

Save & Share #JAVA #DSA
PayalKumar89652's tweet image. Kal tak bas Collections.sort() use karta tha…
Aaj samjha andar kya hota hai 
Comparable + compareTo() clear ho gaya toh sorting easy ho gayi.

Aapko kya tricky laga — logic ya method?

Save & Share #JAVA #DSA
PayalKumar89652's tweet image. Kal tak bas Collections.sort() use karta tha…
Aaj samjha andar kya hota hai 
Comparable + compareTo() clear ho gaya toh sorting easy ho gayi.

Aapko kya tricky laga — logic ya method?

Save & Share #JAVA #DSA

You might have started off with a well structured monolith but over time it turned into the classic big ball of mud. If this sounds familiar my latest video will help you create a modular monolith using Spring Modulith. #Java #SpringBoot 👇🏻 youtu.be/xHlDyKVyvig

therealdanvega's tweet card. Dan Vega

youtube.com

YouTube

Dan Vega


Java 25 is GA on Azure Functions 🚀 Build serverless apps on the latest LTS; Leverage new language features, performance, and security improvements today! #Java #Java25 #AzureFunctions

Java 25 is now GA on Azure Functions 🚀🎉 Start building with the latest Java runtime today! Try it out -> aka.ms/functions-java… #AzureFunctions #Java



Why is the Java-React duo still the enterprise backbone in 2026? It’s the perfect blend of stability and flexibility for scaling. At LSA Recruit, we connect you with the talent to power this engine. Call Rachel: +44 204 620 2747 #Java #React #EnterpriseTech #Hiring

LsaRecruit's tweet image. Why is the Java-React duo still the enterprise backbone in 2026? It’s the perfect blend of stability and flexibility for scaling. At LSA Recruit, we connect you with the talent to power this engine. Call Rachel: +44 204 620 2747 #Java #React #EnterpriseTech #Hiring

Although Application Services are not part of the original seven tactical DDD patterns, they deserve mention for their role in modern architectures. Read more 👉 lttr.ai/Aqy33 #java #jakartaee #Database

otaviojava's tweet image. Although Application Services are not part of the original seven tactical DDD patterns, they deserve mention for their role in modern architectures.

Read more 👉 lttr.ai/Aqy33

#java #jakartaee #Database

New guides: 📘 Loan system with Alfresco Content Services 📘 Event-driven Java (Kafka + Spring Boot) Real enterprise patterns 👇 🔗 shikhanirankari.blogspot.com/2026/05/loan-p… 🔗 shikhanirankari.blogspot.com/2026/05/micros… #Java #Kafka #Alfresco #Microservices


🚀 Day 137: Next Permutation! 🧠 Mastered the lexicographical algorithm in Java today. 💻 Finding the break point, swapping, and reversing for an O(n) solution. 📈 Pushed to GitHub as I grind toward MNC goals! What's your favorite array challenge? 👇 #Java #DSA #MCA #Coding #MNC

thekhuman__'s tweet image. 🚀 Day 137: Next Permutation! 🧠
Mastered the lexicographical algorithm in Java today. 💻 Finding the break point, swapping, and reversing for an O(n) solution. 📈 Pushed to GitHub as I grind toward MNC goals!
What's your favorite array challenge? 👇
#Java #DSA #MCA #Coding #MNC
thekhuman__'s tweet image. 🚀 Day 137: Next Permutation! 🧠
Mastered the lexicographical algorithm in Java today. 💻 Finding the break point, swapping, and reversing for an O(n) solution. 📈 Pushed to GitHub as I grind toward MNC goals!
What's your favorite array challenge? 👇
#Java #DSA #MCA #Coding #MNC
thekhuman__'s tweet image. 🚀 Day 137: Next Permutation! 🧠
Mastered the lexicographical algorithm in Java today. 💻 Finding the break point, swapping, and reversing for an O(n) solution. 📈 Pushed to GitHub as I grind toward MNC goals!
What's your favorite array challenge? 👇
#Java #DSA #MCA #Coding #MNC

Using Jakarta EE: Building applications against Jakarta EE specifications rather than vendor-specific features. Read the full article: Jakarta EE Glossary: The Terms Every Java Engineer Should Actually Understand ▸ lttr.ai/Aqy15 #Java #JakartaEE #OpenStandard

otaviojava's tweet image. Using Jakarta EE: Building applications against Jakarta EE specifications rather than vendor-specific features.

Read the full article: Jakarta EE Glossary: The Terms Every Java Engineer Should Actually Understand
▸ lttr.ai/Aqy15

#Java #JakartaEE #OpenStandard

今日は #忍者CODE のJavaコースで、STEP5「データベース学習の環境構築」を学習しました! #プログラミング学習 #Java


⚖️Your thoughts in the comments. #Java #BackEnd #Programming #Coding

nkamphoa's tweet image. ⚖️Your thoughts in the comments. 
#Java #BackEnd #Programming #Coding

New Java Annotated Monthly is here 🎯 Loaded with interesting reads on #Java, #Kotlin, #Spring, AI, and more. Plus, @emilybache joins us with her thoughts and content picks on AI agents and TDD. Don’t miss it 👇 blog.jetbrains.com/idea/2026/05/j…


💡やったこと 《Java》黒本 計:8時間18分 💪感想 とりあえず1周目は目を通すこと目標‼️ 疲れたー😢 GWなのに予定キャンセルして勉強… もう寝よう😴 #RaiseTech #Java #今日の積み上げ #学習記録 #転職 #Javasilver


🎉 25 Jahre JAX! Weißt Du, wofür JAX ursprünglich stand? Die Antwort aus unserem Live-Video: Java, Apache und XML. Heute heißt JAX: Java + X – und der Blick geht klar Richtung Enterprise AI. 🔗 f.mtr.cool/xvpoxfrlnc #jaxcon #EnterpriseAI #Java


Finished Lecture 49! 🚀 @CoderArmy ✅ Methods: sleep(), yield(), join(), and interrupt(). ✅ Daemon: Background tasks like Garbage Collection. ✅ Control: Manage thread priority and check isAlive status. youtu.be/ZPxJby0GeOQ?si… #Java #CoderArmy

thekunalgupta17's tweet card. Thread Methods | sleep, join, yield, interrupt, isAlive, priority &...

youtube.com

YouTube

Thread Methods | sleep, join, yield, interrupt, isAlive, priority &...


@jcon_conference was THE conference that gave @Sharat_Chander the thank you he so well deserved, for building and connecting the @Java community to what it is today. I had the chance to get his overall experience of #JCON & the #Java community at large. youtu.be/buFLAMj4_cY

EliteGentleman's tweet card. Interview with Sharat Chander - JCON Europe 2026 #java #jcon #inter...

youtube.com

YouTube

Interview with Sharat Chander - JCON Europe 2026 #java #jcon #inter...


🚀 ¡Aprende Java como nunca antes! Cada viernes envío tips, trucos y novedades que transformarán tu programación. No te lo pierdas, ¡inscríbete ya! 👉 programandoenjava.substack.com/subscribe #Java #Programación #DesarrolloDeSoftware #Newsletter


Variable = container for data int age = 25; String name = "Java"; Programs run on data. Variables store that data. Simple but powerful. #Java #Coding

chase2k25's tweet image. Variable = container for data

int age = 25;
String name = "Java";

Programs run on data.

Variables store that data.

Simple but powerful.

#Java #Coding

Ouvert aux opportunités ! Ingénieur Fullstack Java/Spring Boot basé à Dakar | 5 ans d'exp | Projets Douane SN & Senelec | 2e Hackathon SENELEC 2025. DM ouvert ! #Java #SpringBoot #Dakar

itkuni77's tweet image. Ouvert aux opportunités ! 
Ingénieur Fullstack Java/Spring Boot basé à Dakar | 5 ans d'exp | Projets Douane SN & Senelec | 2e Hackathon SENELEC 2025. DM ouvert ! 

#Java #SpringBoot #Dakar
itkuni77's tweet image. Ouvert aux opportunités ! 
Ingénieur Fullstack Java/Spring Boot basé à Dakar | 5 ans d'exp | Projets Douane SN & Senelec | 2e Hackathon SENELEC 2025. DM ouvert ! 

#Java #SpringBoot #Dakar

Using Jakarta EE: Building applications against Jakarta EE specifications rather than vendor-specific features. Read the full article: Jakarta EE Glossary: The Terms Every Java Engineer Should Actually Understand ▸ lttr.ai/Aqy15 #Java #JakartaEE #OpenStandard

otaviojava's tweet image. Using Jakarta EE: Building applications against Jakarta EE specifications rather than vendor-specific features.

Read the full article: Jakarta EE Glossary: The Terms Every Java Engineer Should Actually Understand
▸ lttr.ai/Aqy15

#Java #JakartaEE #OpenStandard

Java tip 💡: You can use List.of() and Set.of() to create immutable collections. ✅These are quick ways to create unmodifiable lists and sets without using Collections.unmodifiableList(). #Java #Collections

mario_casari's tweet image. Java tip 💡: You can use List.of() and Set.of() to create immutable collections.
 
✅These are quick ways to create unmodifiable lists and sets without using   Collections.unmodifiableList().
#Java #Collections

Ouvert aux opportunités ! Ingénieur Fullstack Java/Spring Boot basé à Dakar | 5 ans d'exp | Projets Douane SN & Senelec | 2e Hackathon SENELEC 2025. DM ouvert ! #Java #SpringBoot #Dakar

itkuni77's tweet image. Ouvert aux opportunités ! 
Ingénieur Fullstack Java/Spring Boot basé à Dakar | 5 ans d'exp | Projets Douane SN & Senelec | 2e Hackathon SENELEC 2025. DM ouvert ! 

#Java #SpringBoot #Dakar
itkuni77's tweet image. Ouvert aux opportunités ! 
Ingénieur Fullstack Java/Spring Boot basé à Dakar | 5 ans d'exp | Projets Douane SN & Senelec | 2e Hackathon SENELEC 2025. DM ouvert ! 

#Java #SpringBoot #Dakar

Loading...

Something went wrong.


Something went wrong.