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 finally block be used without a catch?
How to re-get an object that is collected by garbage collector?
Why null value is used in string?
In a class implementing an interface, can we change the value of any variable defined in the interface?
Write a java program to print fibonacci series?
When throw keyword is used?
public class Test { public static void main(String ar[]) { Integer a = 10; Integer b =10; Integer c = 145; Integer d = 145; System.out.println(a==b); System.out.println(c==d); } }
How will you create the class for the following scenario? Employees under one employee?
What is an argument in java?
What is the right data type to represent a price in java?
What do you mean by light weight and heavy weight components?
How do you read and print a string in java?