Posts

Showing posts from August, 2020

Advance Java Question and Answers

1) What is the use of Advance Java?      Advance java is used to develop Web Applications . 2)How many modules are there in advance java?     There are 3 types of modules they are:        a) JDBC (Java DataBase Connectivity)        b) Servlet        c) JSP (Java Server Pages) 3)What is the client machine?     If any computer contains client software (Web browser) it is known as the client machine. which end-user can send the request to server machine. 4) Examples of client software?     Web browser, Internet Explorer, Mozilla Firefox 5)What is Server machine?     If any computer contains server software it is known as server machine.     It provides services to the end-users  server is a   combination of the following 3 steps:    * Accept request from client machine.    * Performs operation    * Return response back t...