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 IamaSherpa 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. ajuking001

    operator overloading

    Hi all, We can overload a method in Java. But can we do so to an operator ? What is operator overloading ? It is possible in C++.(i don't know c++) Could anyone explain what it is how its done with an example. Archie.
  2. ajuking001

    1. super(); 2. debugging

    Hi all, 1. why should the super(); statement be the first in the class that extends a superclass ? can it not be the second or placed after a method of that class ? 2. What is debugging of code ? If i am using notepad to type in my code , what is the best way to debug errors at runtime . How do...
  3. ajuking001

    create exe file to run java applicat

    I am a junior programmer and want help regarding creating a self executing java application. For example , I have created an application and not an applet. Using the jdk what i have is the class file/s. I want the class files to be encompassed into some kind of a exe file or use other means to...

Part and Inventory Search

Back
Top