what kind of requests can be handled by service() method in GenericServlet class and if it's http then why do we need Httpservlet class's doPost() and doGet() methods also?
why is it so that we need to set classpath (containing j2ee api's) for a j2ee application ,but we just need to set the java compiler path for a j2se application
i tried to 'public void boolean first()' method of ResultSetMetaData class;apart from setting the pointer to first record it also returns boolean value.
so on using it as 'rs.first();'without assigning it to a value ,it gives no errors