Bear Bibeault wrote:Basic java: if you don't have a reference to the class, you don't need an import.
I am a bit confused here ... especially since
is a method in javax.servlet.ServletConfig
and we are not importing that.
So how can that method be available and how does the intellisense display that method??
A little more insight or specific reference material would be appreciated,..
Thanks