I want to ask you a question.I am not sure I will get any answers but I will give it try:) As the header says, I need a way(e.g a file from ...
As a test I have the following:
package test.tester; import org.apache.log4j.Logger; public class tester { private static Logger logger = Logger.getLogger(tester.class); /** * {@link org.apache.log4j.Logger} * * @param args */ public static void main(final String[] args) ...
Is there any API, preferably part of J2SE (but willing to consider alternatives) that allows manipulation and parsing of Java class names? For example, given a String representing a class name (such ...
String