Java Guides

4.1K posts

Java Guides banner
Java Guides

Java Guides

@GuidesJava

Blog about #java #restapi #springboot #microservices #fullstackwebdevelopment YouTube: https://t.co/4HGAJGcW7T Website: https://t.co/6cg0xznQMB

Pune, India Bergabung Aralık 2018
465 Mengikuti91.2K Pengikut
Java Guides
Java Guides@GuidesJava·
I understand your point about writing clean and robust APIs, and I completely agree that good design is more important in real-world development. At the same time, questions like this are not meant to promote fragile code. They are designed to test how well a developer understands core concepts like method overloading and compile-time resolution. In interviews, these fundamentals still matter because they reflect how deeply someone understands the language, independent of IDE support. So it’s not about choosing between IDEs and concepts. Strong developers need both — solid fundamentals and good design practices.
English
0
2
10
2.4K
Tagir Valeev
Tagir Valeev@tagir_valeev·
Well, in this case it's not quite useful to know the answer. It doesn't make you a much better programmer. If your overloads are actually doing the different thing, then your code is totally fragile and must be rewritten. If they are doing the same thing (and exist for performance improvement or for compatibility reasons), then it doesn't matter which one is being called. It's better to ask during the interview how to make your API more clean and robust than how exactly the fragile code will behave. The IDE can answer the latter question for you, but the former one is much important if you want to do the programming job.
English
1
0
8
443
Java Guides
Java Guides@GuidesJava·
🚀 Milestone unlocked: 100,000 learners on Udemy! What started as a simple idea — sharing knowledge — has now grown into a global learning community of 100,000+ learners. This journey has been truly rewarding. Over time, I have created 20+ courses covering: Java, Spring Boot, Microservices, Full-Stack Development, Testing, Interview Guides, and AI tools for Java developers. 💡 What this milestone means to me: It’s not just a number. It represents thousands of developers learning new skills, cracking interviews, and building real-world applications. 🙏 A special thanks to @udemy for providing a powerful platform that enables instructors like me to reach learners across the world and create real impact. 💬 And most importantly — thank you to all my students. Your support, feedback, and trust keep me motivated to continuously improve and deliver high-quality content. 🎯 What’s next? More advanced courses, better learning experiences, and a stronger focus on real-world, job-ready skills and AI-powered development. This is just the beginning. @udemy @UdemyforBiz #Udemy #Java #SpringBoot #Microservices #FullStack #AI #Testing #Developer #OnlineLearning #100K #Milestone #Growth Udemy profile: udemy.com/user/ramesh-fa… Course discount links: javaguides.net/p/my-udemy-cou…
Java Guides tweet media
English
0
2
11
807
Java Guides
Java Guides@GuidesJava·
Most asked Java coding program: What is the output of this program? Check out the answer and explanation: youtu.be/rwgmCundLL0?si…
YouTube video
YouTube
Java Guides tweet media
English
5
11
136
23.8K
Java Guides
Java Guides@GuidesJava·
What is the output of this Java program?
Java Guides tweet media
English
19
11
141
31.7K
Java Guides
Java Guides@GuidesJava·
@makemytripcare I can see the 28K refund is in progress. I paid 130K for the trip, and I am getting a 28K refund. I want to know how the refund was calculated. I am not receiving any replies or calls from your team. Can you help with this?
English
2
1
17
5.6K
MakeMyTrip Care
MakeMyTrip Care@makemytripcare·
@GuidesJava Hi, kindly be informed that our holiday support team is already following up with the vendors to secure the refund. They'll get back to you within the shared timline to share an update. - Jitendra
English
1
0
0
427
Java Guides
Java Guides@GuidesJava·
@makemytrip @makemytripcare I have booked the Thrilling Dubai Holiday package for INR 131,000. Booking ID: NL2203735753146 Due to the recent missile attack in Dubai and the resulting safety concerns, you are unable to make the trip and have cancelled it. You said that you would refund the maximum amount as soon as possible. It's been 6 days, no one from Make My Trip contacted me, and no one is replying via email. I even received an email from the airline about the refund amount, but you are still not telling me about it. I tried DM, but you haven't replied, so I'm posting this publicly so others are aware of this concern. I want to know why your customer support is not replying to me.
English
2
4
28
5K
Java Guides
Java Guides@GuidesJava·
Check this video for the answer and a detailed explanation: Tricky Java Interview Program | What is the Output of i = i++? | 90% Developers Get This Wrong youtu.be/vGi5CHBfyoY?si…
YouTube video
YouTube
English
0
1
4
2.2K
Java Guides
Java Guides@GuidesJava·
What is the output of this Java program? public class Main { public static void main(String[] args) { int i = 5; i = i++; System.out.println(i); } }
English
4
1
28
10.4K