Hi folks,
Here is my problem.
I would like to know the current class name in the main method of a class.
Unfortunately, the Object.getClass().getName() is not static and so, cannot be used.
I w...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10099188.html
Zones:
JavaDate Answered: 11/17/1998 Grade: B Views: 0
I got an "Exception in thread "main" java.lang.NoSuchMethodError: main" message when running the following program, can someone suggest a way to fix it?
class Test2{
public void WriteData(Stri...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10137299.html
Zones:
JavaDate Answered: 03/10/1999 Grade: A Views: 0
is there a difference between int main( ) and int main (void)?
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20322603.html
Zones:
C++Date Answered: 07/12/2002 Grade: B Views: 13
I need help with linking pages to view in the main frame of my frame set.
for the frames I am usin this basic frame code.
<FRAMESET COLS="20%,80%" FRAMEBORDER="0">
<FRAME SRC="test1.html">
...
http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_20380758.html
Hello,
I have a main window that opens a popup window.
My problem is that I want BOTH windows closed
when I close EITHER the main or the popup window.
So far I succeeded with the first case...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20420582.html
Zones:
JavaScriptDate Answered: 12/10/2002 Grade: A Views: 0
In borland c++, can i call main() function in any other function defined by me? ALso can i call main() in main() itself?
I know its a very silly question but can any1 help me.....
Abi
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20484944.html
Zones:
C++Date Answered: 01/31/2003 Grade: A Views: 0
Hi,
I have an ACCESS database running on one computer. Its got about 100,000 records in it and growing at the rate of 400 records a day. Besides addition of 500 records, some 250 records are a...
http://www.experts-exchange.com/Database/Miscellaneous/Q_20521958.html
Zones:
DatabasesDate Answered: 10/04/2003 Grade: A Views: 0
I am still learning C, and I wanted to know how exactly do I compile a C program containing a function, but that program doesn't have a Main block? I guess what Im trying to say is, make a function...
http://www.experts-exchange.com/Programming/Languages/C/Q_20557595.html
Zones:
CDate Answered: 03/20/2003 Grade: A Views: 0
Hi all,
my code:
#include "mol.h"
int main char *argv[]){
OEMol mol;
return (1);
}
OEMol is a class that is defined within the mol.h header
However, upon compilation I cannot declar...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20684859.html
Zones:
C++Date Answered: 07/23/2003 Grade: A Views: 0
Hello,
I am a beginner Foxpro programmer trying to write a standalone EXE programme. In this programme I want to hide or close the main Foxpro window, and show a separate parent MDI form, in wh...
http://www.experts-exchange.com/Microsoft/Applications/FoxPro/Q_20825508.html
Zones:
FoxProDate Answered: 12/14/2003 Grade: A Views: 4