What is the functionality of Webserver?
Answers were Sorted based on User's Feedback
WebServer provides services to web clients only.It
understands and supports only HTTP protocals.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ravikiran
webserver will provide you all the services and allow you
to do the deployment operation
| Is This Answer Correct ? | 0 Yes | 0 No |
Can final class have constructor?
worst case complexities of Quick sort and Merge sort.
What is the purpose of the main method?
What are the two types of exceptions in java? Which are the differences between them?
How to prevent to create multiple objects of a java class?
What is visibility mode?
There are 2 classes, 1 LandAnimal and another WaterAnimal. There is another class Animal which wants to have the properties of both LandAnimal and WaterAnimal. How will you design this situation?
How to reverse string in java?
What is the difference between DataInputStream and BufferedReader
What is meant by class loader? How many types are there? When will we use them?
Write a program in java to calculate the difference between the sum of the odd level and even level nodes of a binary tree.
What is lossy conversion in java?