Search results

  1. I

    Sample Java Batch Job programs please...

    Hi Friends, I have to write a Scheduled job in java which needs to run once in a day. This program is intended to take data from one DB and update it to another DB. Any kind of guidance will be of great help.If someone can provide me some already such written program for refrence that will...
  2. I

    Joke

    I was in the airport VIP lounge en route to Seattle a couple of weeks ago. While in there, I noticed Bill Gates sitting comfortably in the corner, enjoying a drink. I was meeting a very important client who was also flying to Seattle, but she was running a little bit late. Well, being a...
  3. I

    SQL Query

    Hi There, Can you please help in completing a Query, I will give a brief intoduction on the problem. I have to calculate the date by using a parameter Status if the status is 1 then it has to fetch the value of the record created and the when the status is 1. I have written a Query for...
  4. I

    NFS Mount

    Hi There, Can you please tell me what is NFS mount, or any documents available to know more about this. Thanks in advance, Cheers, Tarzan :cool:
  5. I

    JBoss Issue Thanks

    Hi there, Thanks to our Golden members Kamper and RealCool, for helping me out in solving the JBoss issue. I am sorry to post in this because all the links was working in the page except the Reply link, so I could not continue with that posting. Any of you encounter this problem...
  6. I

    J-Boss help

    Hi There, I have deployed a web base application using JBoss webserver, it was working fine. Today I installed tomcat to deploy another application since it was not working, I had to remove tomcat. I am unable to access the application that i deployed in JBoss, I guess this is...
  7. I

    Laptop help needed

    I want to buy a laptop, I checked out some model from Dell the configuration seem to be preety good can u please guide me what are some of the other companies that provide good laptops, please send in your suggestions. Thanks in advance Cheers :confused:
  8. I

    JSP

    Hi There, I want to learn JSP from the scratch can you please refer me a good book or any website... (I am preety comfortable with html) :cool:
  9. I

    C++

    In C++ or any programming language if we define a variable then it carries a garbage value if not assigned. Similarly what would be the default value if an object is not assigned. I was working with intellij editor it was prompting an error ( if i did not assign a value to primitive data...