Java Servlet and Java
NickName:user297850 Ask DateTime:2011-05-10T22:14:04

Java Servlet and Java

What's the difference between Java Servlet and core Java? Is that difficult to learn Java Servlet assuming some background in Java programming?

Copyright Notice:Content Author:「user297850」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/5951415/java-servlet-and-java

Answers
John Kane 2011-05-10T14:22:40

A servlet is an interface from this package. I think you really are looking for the difference between JavaEE and core Java. Since the implementations of the JavaEE packages are written in java it should not be that difficult to learn. \n\nThis gives a fairly good and brief description of the difference between the two. ",


More about “Java Servlet and Java” related questions

Java Servlet and Java

What's the difference between Java Servlet and core Java? Is that difficult to learn Java Servlet assuming some background in Java programming?

Show Detail

Java servlet is not working

How can you map a JSP with a servlet? I created a login form in a JSP page and then send it throught HttpPost to a servlet so that I can validate it. However, I keep getting this error: javax.se...

Show Detail

java servlet using the function of another java servlet?

Is it possible for a java servlet to call the function that is in another java servlet? And if it is possible, can you show me a simple example of how to do it? Thank you in advance

Show Detail

Headless java servlet?

I've got a stand alone, headless, java server app that does a bunch of queue-based processing against a database that I'm thinking of migrating into a java app server. I've got plenty of back-end ...

Show Detail

Activate a Java Servlet from another Java Servlet

My problem is this:Google App Engine allows cron jobs to be active for only 30 seconds before an DeadlineExceededException is thrown. And my app that isn't suited for the google app engine platform...

Show Detail

JSP and Java Servlet problems

I am new to JSP and Java Servlet. I am quite confusing about Session object. I saw session When I learned PHP session and cookie. Are there complete different things? And how a Session object is cr...

Show Detail

java servlet information

I am new to java servlets. I studied some code about servlet but I really want to know more basic things and how it works. I just wonder what type of material/content can be sent from java servlet ...

Show Detail

Java Servlet NumberFormatException

I'm getting a NumberFormatException in my code that should update an SQL-column. The exception references to the id being null, when I'm trying to resolve it from a string to an int. I'm not sure w...

Show Detail

JSP and Java Servlet

I have some code. It works in JSp but not in Java servlet. I am pasting my code here. Can u plz state the mistake in servlet file? JSP: <html> <head> <meta http-equiv="Content-Type"

Show Detail

Allocate exception for servlet in Java

I am a newbie in Java Server Programming. I'm struggling with a problem when running the project. When I first ran the project, I got the same error with this problem: Tomcat Server Error - Port 8080

Show Detail