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.
4) Examples of client software?which end-user can send the request to server machine.
Web browser, Internet Explorer, Mozilla Firefox
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 to client machine
6)Examples of server software?Apachi tomcat, Web logic, Web sphere, JBoss, Glassfish e.c.t
7) What is Database Machine?If any computer contains RDBMS software (Relational DataBase Management System Software) it is known as a database machine.
8)Examples of RDBMS software?Oracle, MySQL, SQL Server, DB2 e.t.c.
9) What is the use of a client machine?The client machine is used by end-user to send the request to the server machine.
10) What is the use of the server machine?It provides the service to the end-users.
11) What is meant by service?12) What is the use of a database machine?
It is used to store end-user data permanently in the form of tables.
13) How the data will be shared between the client and the server?The data will be shared between the client and the server is through web pages.
Comments
Post a Comment