in Education by
Which class provides system independent server side implementation? (a) Socket (b) ServerSocket (c) Server (d) ServerReader This question was addressed to me during an interview. I'd like to ask this question from Client and Server topic in division Java Server Technologies & Servlet of Java Select the correct answer from above options

1 Answer

0 votes
by
 
Best answer
Correct answer is (b) ServerSocket To explain I would say: ServerSocket is a java.net class which provides system independent implementation of server side socket connection.

Related questions

0 votes
    Which class provides system independent server side implementation? (a) Socket (b) ServerSocket (c) Server ( ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 24, 2021 in Education by JackTerrance
0 votes
    Which class represents an Internet Protocol address? (a) InetAddress (b) Address (c) IP Address (d) TCP Address ... & Servlet of Java Select the correct answer from above options...
asked Feb 22, 2022 in Education by JackTerrance
0 votes
    Can servlet class declare constructor with ServletConfig object as an argument? (a) True (b) False I have been ... & Servlet of Java Select the correct answer from above options...
asked Feb 22, 2022 in Education by JackTerrance
0 votes
    Which class provides thread safe implementation of List? (a) ArrayList (b) CopyOnWriteArrayList (c) HashList (d) ... Framework of Java Select the correct answer from above options...
asked Mar 1, 2022 in Education by JackTerrance
0 votes
    Which mode allows us to run program interactively while watching source code and variables during execution? (a) ... Servlet of Java Select the correct answer from above options...
asked Feb 22, 2022 in Education by JackTerrance
0 votes
    Which part stores the program arguments and startup parameters? (a) debug configuration (b) run configuration (c) ... Servlet of Java Select the correct answer from above options...
asked Feb 22, 2022 in Education by JackTerrance
0 votes
    Which key helps to step out of the caller of currently executed method? (a) F3 (b) F5 (c) F7 (d) ... Technologies & Servlet of Java Select the correct answer from above options...
asked Feb 22, 2022 in Education by JackTerrance
0 votes
    Which view allows us to delete and deactivate breakpoints and watchpoints? (a) breakpoint view (b) variable view ( ... Servlet of Java Select the correct answer from above options...
asked Feb 22, 2022 in Education by JackTerrance
0 votes
    What is debugging an application which runs on another java virtual machine on another machine? (a) virtual ... Servlet of Java Select the correct answer from above options...
asked Feb 22, 2022 in Education by JackTerrance
0 votes
    Which perspective is used to run a program in debug view? (a) java perspective (b) eclipse perspective (c) debug ... & Servlet of Java Select the correct answer from above options...
asked Feb 22, 2022 in Education by JackTerrance
0 votes
    Servlet are used to program which component in a web application? (a) client (b) server (c) tomcat (d) ... & Servlet of Java Select the correct answer from above options...
asked Feb 22, 2022 in Education by JackTerrance
0 votes
    Which component can be used for sending messages from one application to another? (a) server (b) client (c) mq ... & Servlet of Java Select the correct answer from above options...
asked Feb 22, 2022 in Education by JackTerrance
0 votes
    Which of the below is not a javascript framework for UI? (a) Vaadin (b) AngularJS (c) KendoUI (d) ... Technologies & Servlet of Java Select the correct answer from above options...
asked Feb 22, 2022 in Education by JackTerrance
0 votes
    Which of the below can be used to debug front end of a web application? (a) Junit (b) Fitnesse (c) ... Technologies & Servlet of Java Select the correct answer from above options...
asked Feb 22, 2022 in Education by JackTerrance
0 votes
    Which of the below are common network protocols? (a) TCP (b) UDP (c) TCP and UDP (d) CNP I have ... Technologies & Servlet of Java Select the correct answer from above options...
asked Feb 22, 2022 in Education by JackTerrance
...