Showing posts with label java. Show all posts
Showing posts with label java. Show all posts

Tuesday, August 2, 2011

Performance Vs 'final' java key word

           I’m zero on this topic. No own thoughts from my side. But it looks interesting. So….

Monday, August 1, 2011

Negative Zero Vs Positive Zero

            Incase if you crossed your SCJP certification, you might aware of negative zero. Otherwise I don’t think we often refer on negative zero in our programming. But it’s one of the strangest stuff within a language.

Saturday, July 30, 2011

What can interest you in Java 7

            Java 7 is out now. Before I become proficient in Mustang, Dolphin is out. Yeah Dolphin is a codename of Java 7. But within that we have seen many stories to not to use Java 7. We’ll come to that later. Now we’ll see what’s special in Dolphin version. These are the attracting features of Java 7,

Wednesday, July 27, 2011

Who is registering your JDBC Driver

            It’s one of the very common/interesting/tricky interview question. From my experience on JDBC interviews, 99.9% you would be questioned this. Even I have asked this question to few of them. Though it’s a pretty famous question not everyone knows the exact explanation. Remember as a beginner I’m always referring to another beginner.

Tuesday, July 26, 2011

Java Buried – Double Braze Initialization

               I get surprised with the Google results, when I was looking into “Why Java Still Sexy”.  I don’t know why for devil sake many of its cool features buried and it’s never discussed. I never ever heard few of them in my life time.  Love to understand and transform the unseen features of java to you guys.  Starting with one of the cool Double Braze Initialization 

Why Java still Sexy?


            Well the inspiration came from @Java. Have tried at my knowledge. I will be happy if my followers would add some more features. Remember at each point I can write about two pages.  But you guys won like it. So here it is,

Sunday, July 24, 2011

To all the Movies lovers

               Through this post I would like to contribute little aid towards this society with my program. (Comedy!!)

Wednesday, July 20, 2011

Hello World with Android

       Yeah, we have successfully set up the android environment. So what’s next? 
I think we can follow the same formalities even though it’s useless. 

Friday, July 1, 2011

Confusing split() with String

         I expect this program will really confuse you. Have tried and verified my results.
I was wrong @ 100%. Please have a try.

Wednesday, June 29, 2011

public static void main Here !!!!!!

Here is the fun time with our JVM main thread.

Tuesday, June 28, 2011

Don’t expect the Exceptions


Do you think you can expect the Exceptions? Yes YOU CAN

Eclipse Indigo Released

            I love working with eclipse. I don’t know what’s wrong with NetBeans. Even though 
netbeans comes with all our env features inbuilt, I always prefer Eclipse.

You too Integer !!!!!!!!

No doubt. You should be one of ‘The One’ if you can answer the output correctly……

Another one from String

class String {

    public static java.lang.String String = "test";

    public static void main(final String args[]) {

        System.out.println(String.String);

    }
}

Do you think it’s legal & executable?    Don’t think that I’m stupid…………….

Monday, June 27, 2011

Java Puzzle

  
       I almost mystified when I was preparing for my java certification. It was with sun by the time.  Try compile and execute this………..
Related Posts Plugin for WordPress, Blogger...