Since 4/4/2012 7:26:29 AM, Stefan.Jia has written 2 articles and participated in 0 conversations. Stefan.Jia signature: Stefan.Jia
Stefan.Jia's articles:
Items(2) /1
FileWriter and Path1158 (4/4/2007 11:18:21 AM) comp.lang.java.programmer Hello,i use FileWriter to write content into a file, the fileName containspath and file name, however, the path (folder) does not exist:test/test.txt (the folder "test" does not exist yet)new FileWriter(fileNam... Stefan
[Java] Resolving fully qualified name?2109 (3/28/2007 4:09:45 PM) comp.lang.java.programmer Hello,is it possible to resolve a class name (method name, type name) tofully qualified name?For example:class Test{ String s = ""; void func1(){ ... }}class Test2{ void func2(){ Test ... Stefan