What is the functionality of Webserver?

Answers were Sorted based on User's Feedback



What is the functionality of Webserver?..

Answer / niranjanravi

WebServer provides services to web clients only.It
understands and supports only HTTP protocals.

Is This Answer Correct ?    0 Yes 0 No

What is the functionality of Webserver?..

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

Post New Answer

More Core Java Interview Questions

33. try { 34. // some code here 35. } catch (NullPointerException e1) { 36. System.out.print(”a”); 37. } catch (RuntimeException e2) { 38. System.out.print(”b”); 39. } finally { 40. System.out.print(”c”); 41. } What is the result if a NullPointerException occurs on line 34? 1 c 2 a 3 ab 4 ac

5 Answers  


What access modifiers can be used for variables?

0 Answers  


What does @param args mean in java?

0 Answers  


What is identifier in java?

0 Answers  


What is use of map in java?

0 Answers  






What is udp in java?

0 Answers  


How many types of equations are there?

0 Answers  


What happens to the Exception object after handling an exception?

0 Answers  


What is a java list?

0 Answers  


What methods are used in Servlet?Applet communication?

0 Answers   Satyam,


Can you sort a list in java?

0 Answers  


Can java cast null?

0 Answers  


Categories