PinnedPublished inJavarevisitedBest Places on Medium to Publish Java Content for New Writers 📝In this quick article, I suggest a few top Medium publications that actively welcome Java content — especially from new and emerging…1d agoA response icon21d agoA response icon2
PinnedPublished inJavarevisitedThis Java Trick Reduced 300 Lines to Just 30 (No Frameworks!) — My StoryHere’s how I eliminated hundreds of lines of boilerplate from a real Java servlet using one powerful pattern — and not a single external…May 9May 9
PinnedPublished inJavarevisitedThis Spring Boot Trick Made My REST API 3x Faster (No Code Rewrite Required)What if I told you there’s a one-line Spring Boot trick that can make your API significantly faster — without touching your code logic?May 5A response icon5May 5A response icon5
PinnedPublished inJavarevisitedWhy Senior Developers Prefer the Abstract Factory Pattern in Real-Time Project DevelopmentThis article explains why senior developers prefer the Abstract Factory Pattern, using real examples in Java — including a Spring Boot…3d agoA response icon13d agoA response icon1
Published inJavaGuidesCan You Change the Value of a final String Using Reflection | Tricky Java Interview Questions —…Here’s today’s classic Java puzzler: Is it possible to change the value of a final String in Java using reflection?1d agoA response icon11d agoA response icon1
Published inJavarevisitedWhy Javarevisited Is the Number One Medium Publication for Java WritersI want to recommend Javarevisited, the top Medium publication that actively welcomes Java content — especially from new and emerging…1d ago1d ago
Published inJavarevisitedHow Many String Objects Are Created in String s = new String("abc") — Part 14Hello Developers,2d ago2d ago
What Is String Interning in Java? | Tricky Java Interview Questions — Part 13String interning in Java means storing only one copy of each distinct string literal in a special pool.2d ago2d ago
Why Can’t We Override final Methods in Java? | Tricky Java Interview Questions — Part 12Welcome to Part 12 of the Tricky Java Interview Questions series. Here’s today’s concept: Why can’t we override a final method in Java?2d ago2d ago