Since 6/3/2012 2:22:54 AM, Nicky576 has written 0 articles and participated in 4 conversations. Nicky576 signature: Nicky576
Nicky576's replies:
Items(4) /1
Java and C# Dll ...1034 (11/28/2004 11:16:11 AM) comp.lang.java.programmer Hello everybody, I have developer a .dll (.net assembly) that contain 2 Class. I want to know If I can load this dll from Java and use the 2 Class. Can i do it ? max; ... max6248(20)
finalize() question1045 (12/11/2004 8:33:06 PM) comp.lang.java.programmer The recent messages about finalize() got me thinking about this... I got the impression that when the GC sweeps up an object, it calls its finalize() method. Now if this is true, what happens if the finalize() ... palaste(2323)
Function calls...2818 (12/26/2004 5:21:04 AM) comp.lang.java.programmer In C, it's possible to create an array of the following data structure to associate a function call with a specific key or identifier: struct { char *key; void (*function)(); } a[] = { { "Function1", Fun... bk0391(636)