Hi all,
today a read article about performance java programing and there is tips use better and fast technique how can compare String.
String a = new String("testing");
a = a.intern();
String b = new String("testing");
b = b.intern();
if(a == b )...
Hi all,
I try to find some eample with creating Java event but i found only with aplet and it is nothing what i need. so ;o)
I have some "class MyClass" and here is some "myMethod(Object o)". From time to time myMethod(Object o) is invoking and in this time when Object o...
Hi all,
i would like to use Log4J and his appenders to file but I don't understand how i have to implement.
Where I must "say" which file have to program use?
please help me
THX
Never
Hi all,
sorry to disturbing all but...Can somebody to help me!!
I need write script for DB2 but I haven't access now to this DB that I look for this trivial problem.
So..I need find out name of system table where is stored names of all schema. In the concrete i need show all name of tables in...
Hi all,
sorry to disturbing all but...Can somebody to help me!!
I need write script for DB2 but I haven't access now to this DB that I look for this trivial problem.
So..I need find out name of system table where is stored names of all schema. In the concrete i need show all name of tables in...
Hi,
I need create my own component. It should be JTree component
with face as I need. I never did it any own component. Please can somebody help me ?
N.
Hello,
I would like to migration data from one database with some data structure to the other database with completly diferent structure...both are created already
for example
1. old table with this structure: name, surname, adress,hobby
2. the new one have this structure: surname, payadress...
Hello,
I would like to migration data from one database with some data structure to the other database with completly diferent structure...both are created already
for example
1. old table with this structure: name, surname, adress,hobby
2. the new one have this structure: surname, payadress...
I need a help on how to fetch an image in a remote site and save it locally.
I found a lot of scripts to fetch html but none to copy only images. (yes, I have authorization to copy it)
many thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.