Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by vikaschougale

  1. vikaschougale

    Close method?

    It can be System.exit(1) u can change 1 to 2,3,4,5,6 And so on
  2. vikaschougale

    POI

    You can use a package called jxelapi which is used written for excel-java bridge. you can download it from http://www.andykhan.com It is simple to use just refer it's doc file which has simple examples in it. I have used it in my Projects in current company, If u require any help contact me at...
  3. vikaschougale

    Plain "static" keyword inside class

    static { Blaa.whatever = new Whatever(); .. } Above code is a static initializer block, which is used to initialize static variables. You can have more than one static blocks. Every static block gets executed before the execution of main program. Order of execution is the order in...

Part and Inventory Search

Back
Top