Monday, June 7, 2010

Oracle Information Source

Oracle Source Links :

Choosing the right phrase can be tricky. In this case, try TKPROF, Query Plan, Execution Plan.


Ask Tom

The second thing I like to do is Ask Tom. He has answered 33,000 questions, meaning that in any case, my question was probably already asked. Sometimes his answers include links to other information.



Searching our three chosen phrases points to one Ask Tom article in particular that might be helpful.

Saturday, June 5, 2010

Docx Viewer

Microsoft has released new format .docx for document files from MS 2007.That files we can't directly open in MS 2003 which is our Favorite one!

Here is .docx viewer for all of us :



Thank You,

Wednesday, June 2, 2010

My Websites & Blogs

Hi,

Am very much interested in Blogging and Site making! Its my passion . . . also a network and security Freak ! check out my blogs here. . .







How to access ANSWERS from "www.experts-exchange.com"

Hi,

Well who wants to get answers from Internet by PAYING! No Ways !
When u search for any question on Google.com probably u might have came across site www.experts-exchange.com. This is very gr8 Site and have many professionals in field registered with it who gives u answers if someone asks question on this website . . . lets assume u came across question which is thr on this site! but u can't view answer of the questions u need to register by paying some XXX$ to them! Its sooooooooo simple and funnyyy! to access those answers without paying a rupeeeee!

Target : www.experts-exchange.com

Aim : Access Answers on this site for free of Cost!

Solution : When you came across such links in google.com jst click on "CACHED" below the link thats it!!!! now u can view the answers for freeeeeee! those pages already cached by google.com!

This is a reason i loooooooooooooooooooooooooooove google.com ! its gr88! thankssssss Google! ur gr888!

Handy Softwares

PDFCreator :

PDFCreator easily creates PDFs from any Windows program. Use it like a printer in Word, StarCalc or any other Windows application.



Tuesday, June 1, 2010

JVM Class search order

The search order for J2SDK, using the example code above, is:

  1. The bootstrap classpath, which is in the sun.boot.class.path property,

  2. The extension directories, which is in the java.ext.dirs property,

  3. The default system classpath,

  4. The current working directory,

  5. The myclasses.zip file that is located in the "root" (/) file system,

  6. The classes directory in the Product directory in the "root" (/) file system.

http://java.sun.com/j2se/1.4.2/docs/tooldocs/findingclasses.html


Where are all java CLASSES stored ???

yeahh! tats what i used to think before...where are all packages and classes stored ??

Ans is they are stored in : C:\Program Files\Java\jdk1.6.0_11\jre\lib

1) If u want to modify DEFAULT CLASSES In java like any . . .which u wann...then
2) Navigate to above folder
3) Open "rt.jar" file in winrar
or
4) extract contents of jar files using command "jar xf rt.jar"
5) Now u can use Java Decompiler specified in my J2ME section or u can visit "http://java.decompiler.free.fr/?q=jdgui#downloads

and play with classes change them and do whatever u can....!

6) Happy Programming!