Refresh Your Java - Before Java Interview
We are Agile, believe in less Documentation - Only Quick notes (Java Interview Questions) of Java/J2ee Read more....
In reality
this would not make sense to create a Servlet from a main(string
str[]) {},
but you
could , in that case the Servlet just
behaves like a Plain Java class, no life-cycle methods
would be invoked , container will not manage the Servlet
Life-Cycle.
If you want invoke a Servlet from a
standlone class please use HttpURLConnection or some
Httpclient like Apache etc.,
URL url =
new URL(strUrl);
HttpURLConnection urlConn =
(HttpURLConnection) url.openConnection();
urlConn.connect();
This Portal is intended to put all Java/J2ee related topics at one single place for quick referance, not only Technical , but also the Project Management Related thing such as Development Process methodoogies build process, unit testing etc.,
This Portal has More than 500 Java Interview Questions (also could be Considered as Quick Notes) very neatly separated topic by topic with simple diagrams which makes you easily understandable. Importantly these are from our Realtime expericance.