What is servlets.

Answer Posted / leelanarasimhareddy

A Servlet is an object that receives a request and generates
a response based on that request. The basic servlet package
defines Java objects to represent servlet requests and
responses, as well as objects to reflect the servlet's
configuration parameters and execution environment

Is This Answer Correct ?    9 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is aop in java?

662


What is @override annotation in java?

665


How can you work with permissions from your .net application? : java security

674


What does public static void main(string[]) mean?

719


What is java api?

637


I want to control database connections in my program and want that only one thread should be able to make database connection at a time. Define how can I implement this logic?

752


How do I run a project in netbeans?

659


Is openjdk the same as jdk?

688


What is dialect in java?

636


What is entitymanager in jpa?

631


Write a program for the problem: the array of inetegers indicating the marks of the students is given, U have to calculate the percentile of the students aaccording to this rule: the percentile of a student is the %of no of student having marks less then him. For eg: suppose Student Marks A 12 B 60 C 80 D 71 E 30 F 45 percentile of C = 5/5 *100 = 100 (out of 5 students 5 are having marks less then him) percentile of B = 3/5*100 = 60% (out of 5, 3 have markses less then him) percentile of A = 0/5*100 = 0%.

1861


Why is lambda expression used?

657


What are jpa annotations?

648


How can c# app request minimum permissions? : java security

623


What is javabeans api?

643