Showing posts with label Technical. Show all posts
Showing posts with label Technical. Show all posts

Thursday, August 4, 2011

Tweeting from Java – Failure attempt

            It’s my very first try on this. I think almost I spend around one and half hours on this. But I’m not success. When I am writing this story, my mind says “Don’t waste your time in posting this useless story”. But I want to blog my failures.  It might interest me in my future.

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,

Thursday, July 28, 2011

I’m confused. Am I a Hacker?

            I’m always interested in hacking. Making my words clear, interested only in ethical hacking. I usually attempt the basic XSS and SQL injection in whenever I come across any new applications. No wonder most of the applications would address these basic vulnerabilities by default. But surprisingly once I hacked the banking application completely. Completely means completely.

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!!)

Friday, July 22, 2011

This is how I’ve achieved Pagination in DB2


            From the knowledge transfer only I got to know this. Application uses DB2 as database. I have only zero experience with DB2. But that’s fine, after all it’s all DBMS concepts. So thought I can handle. Yeah 6 months back I was pretty new to Oracle. Now I’m little comfortable with that.

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. 

Monday, July 18, 2011

Preparation of Android environment (Windows)

        Everyone says android android nowadays. Myself also like to explore it. So
that I can add one more technology in my profile.  As part of that today im configuring
android environment in my machine. Here it is,

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...