Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Replies
    3
    Views
    2,026

    Re: Packages and Servlets

    Where should the JVM look for classes? You must give the jvm a classpath telling it where to look for class definitions.
    Some programs can create their own classloaders to have the jvm be able to...
  2. Replies
    3
    Views
    2,026

    Re: Packages and Servlets

    The package statement is so that the java program will have the correct classname when accessing a class. The full class name will include the package name:
    com.example.web.YOURCLASSNAME
    The...
Results 1 to 2 of 2