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
What is aop in java?
What is @override annotation in java?
How can you work with permissions from your .net application? : java security
What does public static void main(string[]) mean?
What is java api?
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?
How do I run a project in netbeans?
Is openjdk the same as jdk?
What is dialect in java?
What is entitymanager in jpa?
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%.
Why is lambda expression used?
What are jpa annotations?
How can c# app request minimum permissions? : java security
What is javabeans api?