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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. FatButtLarry

    Using reflection

    nirajj, Any time you are doing dynamic class loading, reflection is key. Some things you can do to avoid performance hits, but would make your class more static: 1. Use select case statements, and allow only predefined class types. Ex: switch (type) { case typeInt: // code, etc...
  2. FatButtLarry

    Can i sign an Applet in Netbeans 6.5

    MartinF, Actually, NetBeans DOES have built in self-signing capabilities. This may or may not be what you are looking for, but will certainly get your oracle connection moving along, but perhaps with an annoying security dialog. Here's how you do it: 1. Open your project. 2. Go to File -->...

Part and Inventory Search

Back
Top