Hi,
during the beginners Java studies I got a littel problem when using the hashtable function.
With the folowing code I create object of the class "Kreis" and put them into a hashtable. see the following listing:
import java.util.*;
public class HaschDaten extends Object {
public static void main (String [] args) {
Hashtable hash = new Hashtable();...
User Profile
Collapse
-
getDocumentBase()
Hi,
I'm a beginner in working with JAVA. Started an class to get into it.
I have a question about the use of getDocumentBase ().
I worte an Applet with the getDocumentBase () function and it works fine. Now I tried to bring this function in an application. Here I receive the following error:
C:\SGD-Studium\JAV04\L ektion01\net.ja va:12: non-static method testUrl() cannot be referenced from a...
No activity results to display
Show More