Java Java 1.7 G1 Garbage Collector Aasim Naseem, November 3, 2011May 5, 2025 Hi all, Hope everything is going good at your desks; Last night, I was reading new features in Java 1.7 and found some updates in garbage collection mechanism; There are many updates in 1.7 ranges from core vm, i18n, Nimbus for Swings and other enhancements. We have already discussed the… Continue Reading
Java Eclipse on Mac Aasim Naseem, February 18, 2011May 5, 2025 And finally, I’m able to run Eclipse on Mac. And now i’m seriously thinking of having macbook permanently. As i can taste sweetness of xcode apps along with coffee cup of java, Yeah, i will miss the tag team of C# and ASP.NET. Continue Reading
Java Java on Mac Aasim Naseem, February 17, 2011May 5, 2025 Hello Guys; Hows everything with you? Today I was planning to write the next part of my Amazon Kindle application development tutorial. Nowadays I’m using a MacBook, so I thought I needed to download and install JDK first. But surprisingly, I came to know every version of Mac OS X… Continue Reading
Java Java Sorting – Comparator vs Comparable Aasim Naseem, September 20, 2010May 5, 2025 Hello All … I hope everyone is in good health and enjoying Allah Almighty’s blessings. I was working on a task where I needed to sort a collection (list) of objects on the basis of some attribute within a single element of that list. Though I have used comparators many… Continue Reading
Java Date Formatting in Java Aasim Naseem, August 13, 2010May 5, 2025 Hi all… Hope you’re enjoying your time… Today I will explain how to use date-time (date manipulation) in the Java programming language. I was working on a task where I needed to play with time/date. In my other post, I explained theĀ date formattingĀ in C#. Today you will learn the same… Continue Reading
Java Book Review :: Java/J2EE Job Interview Companion Aasim Naseem, May 13, 2010May 5, 2025 Java/J2EE Job Interview Companion is book having 400+ Java/J2EE Interview questions with clear and concise answers for: job seekers (junior/senior developers, architects, team/technical leads), promotion seekers, pro-activelearners and interviewers. Free download Lulu top 100 best seller. Increase your earning potential by learning, applying and succeeding. Learn the fundamentals relating to… Continue Reading
Java G1: Java’s Garbage First Garbage Collector Aasim Naseem, October 1, 2009May 5, 2025 A garbage collector works to reclaim areas of memory within an application that will never be accessed again At JavaOne 2009, Sun released Java SE 6 Update 14, which included a version of the much-anticipated Garbage First (G1) garbage collector. G1 is a low-pause, low-latency, sometimes soft real-time, collector that… Continue Reading