Home

  • Plan for the day

    If you are planning something after getting up from the bed at early morning then you may know this how much difficult it is to plan your entire days work at this moment of time.I am taking my example its 7.33  am of Monday ,what i know about my todays work is i have to go to…

    Read more…

  • Time to keep secure your Account

    Now a days every one is crazy about social networking and visiting orkut and facebook is becoming an importantpart of our daily life.This has become as important as food for life, even for some folks social networking tops the chart in priority list.Not everything is wrong with this, infact some of the things that social…

    Read more…

  • Power of Open source Flex

    Adobe flex is back with lots of new features ,the rich GUI provided by this framework is sufficient for building rock solid and stable GUI with good look .I have decided that I will explore it as much as possible.I am a java developer by profession  and for GUI purpose we generally use the GWT…

    Read more…

  • Speed up Firefox

    Forevergeek.com has a useful guide on speeding up firefox for broadband users. basically after getting to the hidden config settings you set the browser to request more data that it usually does.1.Type “about:config” into the address bar and hit return. Scroll down and look for the following entries: network.http.pipelining network.http.proxy.pipelining network.http.pipelining.maxrequests Normally the browser will…

    Read more…

  • Indian Education System

    “Real education must ultimately be limited to men who insist on knowing, the rest is mere              sheep-herding.” – Ezra Pound  The education system in India is considered to be one of the largest and in the ancient world it was most valued. The relationship between the Guru and students have been valued most in…

    Read more…

  • Fundamentals of the Organization Success

    Read this article by keeping in mind that i am talking about Small medium business corporations. Today i was thinking about the organization success ,according to the top managers and businessgurus companies top asset is the human asset and unfortunatily we are wasting this asset a lot,problem may be any thing like communication skills,unplanned work…

    Read more…

  • SingleTon DesignPattern

    Singleton pattern comes into creational design pattern category, the main objective of the creational pattern is to instantiate an object and with Singleton Pattern we will allow only one instance of the class to be created. Here in this article we will understand how we can create an Singleton class in Java.Singleton Class Code: package…

    Read more…

  • Invoking Class Methods using Reflection in Java

    Sometimes we want the code should be dynamic and we even want to call the class methods dynamically. This article describes on how we can invoke the class methods dynamically using variables.To achieve the above operation we use the concept of Reflection in Java. Here in this article i am using 2 java files, Client.java…

    Read more…

  • Sub Class Mapping

    Mapping Inheritance with Java ClassesIn just about any application, some kind of inheritance hierarchy needs to be mapped to permanent stor-age. As you saw there are several ways to map the inherence hierarchy. In our mapping,we’ll consider the following methods:❑ Table-per-class hierarchy❑ Table-per-subclass❑ Table-per-concrete class http://www.facebook.com/plugins/like.php?href&layout=standard&show_faces=true&width=450&action=like&font&colorscheme=light&height=80

    Read more…

  • Prototype

    In most of the interview and from the most of the intelligent peoples this question comes if you will tell them that now i know the java script ,without wasting much time they will launch the questionwhat is prototype in java script?My this article will expain the concept behind the java script’s prototype Prototype is…

    Read more…