> >> Is it possible to get the html source of a web
> page
> >> without using URL or URLConnection classes.
> >Why?
>
> Wanted to know if we can create a socket with the
> webserver and read the HTML content from that
yes man!!!
wat u thinking abut? so many doubt so little time
> >> Is it possible to get the html source of a web
> page
> >> without using URL or URLConnection classes.
> >Why?
>
> Wanted to know if we can create a socket with the
> webserver and read the HTML content from that
yes, but why would you?
Why build your own HTTP protocol client when Java provides one that works quite well free of charge?