Answer Posted / niranjanravi
WebServer provides services to web clients only.It
understands and supports only HTTP protocals.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What happens if a constructor is declared private?
What is an argument java?
Why does java not support pointers?
What does int argc char * argv [] mean?
How many types of variables are there?
State one difference between a template class and class template.
Is {a, n, d} a palindrome? If you are given a random string, is it a palindrome or not?
What is the difference between access specifiers and access modifiers in java?
Which collection allows duplicate values in java?
How many ways can we create the string object?
What is void keyword?
What is the difference between an if statement and a switch statement?
Why java is said to be pass-by-value ?
Can we start a thread twice in java?
In a class implementing an interface, can we change the value of any variable defined in the interface?