hi all,
i need a very good ideas for my final project.
it's must be php, must be a rare topics or a new technology..Any suggestion??
Somebody plizz help me...i have no idea...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_20400784.htm...
Zones:
PHPDate Answered: 03/20/2003 Grade: A Views: 0
Hi,
"A compile-time error occurs if the name of a final class appears in the extends clause of another class declaration; "
Are there performance affect too ?
http://www.experts-exchange.com/Programming/Languages/Java/Q_20507592.html
I thought, like the Constructor, the finalize method is automatically invoked by Java's
GC mechanism, instead of make a explicit call to System.gc() to invoke the finalize() method, overridden in ...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21043718.html
Zones:
JavaDate Answered: 08/11/2004 Grade: B Views: 0
Is there any reason to use _finally in an MFC application?
If so, can some give me a working example?
I don't understand what _finally can do, that you can't do with try-catch
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_21214791.htm...
Zones:
Windows MFCDate Answered: 11/21/2004 Grade: A Views: 0
I am getting multiple DocumentComplete events from the IE for web pages that are (probably) constructed using multiple frames. I haven't been able to find a way that will tell me when I have the fi...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_21749684.html
Zones:
C++Date Answered: 02/24/2006 Grade: A Views: 0
I got tired of everyone telling me I was not a real programmer becasue I only used ms access for my projects, so I have undertaken the huge task of learning c#. I have read about 3 books, and am no...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21872873.html
Zones:
C#Date Answered: 06/05/2006 Grade: B Views: 0
If I return in the catch block, will finally still be executed?
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21884108.html
Zones:
C#Date Answered: 06/13/2006 Grade: A Views: 0
hi,
I have the following function:
void main()
{
CreateThread1(hThreads[0])
CreateThread2(hThreads[1])
WaitForMultipleObjects(2,hThreads,TRUE, INFINITE);
GetExitCodeThread(hThreads[0],...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10135602.html
Zones:
C++Date Answered: 04/03/1999 Grade: A Views: 14
Instance variables are not thread safe, but are final instance variable thread safe? If not, must they be synchronized in a threaded program, eg servlet? Are there other efficient ways to do cons...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10558581.html
Zones:
JavaDate Answered: 06/29/2000 Grade: B Views: 4
Hi, folks,
I am writing a Java application that has several JInternalFrame's,
each of which consumes about 20MB memory. I found after
an internal frame got disposed, the memory wasn't actually...
http://www.experts-exchange.com/Programming/Languages/Java/Q_11234541.html
Zones:
JavaDate Answered: 09/12/2000 Grade: B Views: 0