Quantcast
Channel: Fundas » Geek
Browsing all 10 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Write code to check a String is palindrome or not

In java there are two ways to check a String is palindrome or not. First one is using simple stringBuffer. Reverse the StringBuffer and equalize. The second method is to traverse through the String,...

View Article



Image may be NSFW.
Clik here to view.

Memoization

The term memoization was coined by Donald Michie (1968) to refer to the process by which a function is made to automatically remember the results of previous computations. Memoization is a means of...

View Article

Image may be NSFW.
Clik here to view.

JDK 7 multiple catch blocks

In JDK 7, we have feature to integrate multiple catch blocks into one for more code readability and simplicity. Filed under: Infos, Java Tagged: abhinaba, experience, Geek, help, helpful, Java,...

View Article

Image may be NSFW.
Clik here to view.

Java SE 7 Released

After nearly five years of collaboration within the worldwide Java community, Java Platform, Standard Edition 7 is ready for download! The major features of Java SE 7 are Project Coin, the Fork/Join...

View Article

Image may be NSFW.
Clik here to view.

Garbage-First Collector (G1)

History and Introduction With releasing JDK 7 Oracle also introduces the new garbage collection algorithm i.e. Garbage-First Collector or G1. This changes the memory management all over again....

View Article


Image may be NSFW.
Clik here to view.

Niall Ferguson: The 6 killer apps of prosperity [TED talk]

Over the past few centuries, Western cultures have been very good at creating general prosperity for themselves. Historian Niall Ferguson asks: Why the West, and less so the rest? He suggests half a...

View Article

Image may be NSFW.
Clik here to view.

Microsoft is coming back to the track

Microsoft coming back with a big bang and have started clearing the stage as well. This time they have taken a new way, by pushing there app to other platforms. Where most of the native apps maintain...

View Article

Image may be NSFW.
Clik here to view.

The Great Indian Developer Summit 2012, Few Interesting Things

19 th April 2012, the day started with a fresh knowledge sharing, I stepped into the IISC for The Great Indian Developer Summit, 2012. I generally sleep in seminars, but this one was little different....

View Article


Image may be NSFW.
Clik here to view.

Who is calling my method?

This post is for those who don’t able to do debug in runtime. There are many ways to do debug, 1. From your IDE, and you are developing a desktop app. 2. From you IDE, through remote debugging if you...

View Article


Image may be NSFW.
Clik here to view.

Eclipse plugin: Consolidated Java Code analysis Report using PMD, Checkstyle,...

People those working in java already know about PMD, checkstyle and findbugs. These tolls help us to analyze the code and to find bugs. The problem with the tools are, once you install the plugins you...

View Article
Browsing all 10 articles
Browse latest View live




Latest Images