Answer Posted / ramakrishna664
servlet is a java program that runs on web server, accepts
requests from web browser(requests submit from HTML form),
processes it and response back to client(browser).
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is lambda value?
What is stateless in java?
What is rxjava2?
Why java is better than node.js?
What are struts java?
Which framework is best for rest api java?
What about javascript? : java security
program A and B are analysed and found to have worst case running time greater than 150NlogN and N*N respectively. which program has the better guarantee after the running time for the large values of N(N>10000)? which program has the better guarantee for the running time of small program N (N<100)? which program will run faster on average for N=1000?
What is web xml java?
What about products that claim to detect malicious applets? : java security
How can c# app request minimum permissions? : java security
Which type of stream is in java?
there are 67 seats in train . there are only 5 seats in a row and in last row there are only 2 seats. One person can reseve only 5 seat at a time. If person reserving seat , the care is atken that he may get all in row. if seats are not available in row then the arrangement is so that person group get nearby seats. the following class is given public class seat { char name; int seat; boolean isSeatempty } 1.Draw require class digram and object diagram. 2.Write function seatallot(int noofperson) to allocate seat with seat nuber printed for the each name.
Can we extract main method from another class?
What is a static method?