1.J2EE Stand for?Java 2 Platform Enterprise Edition. 2.What are the components of J2EE application?A J2EE component is a self-contained functional software unit that is assembled into a J2EE application with its related classes and files and communicates with other components. 3.The J2EE specification defines the following J2EE components: ?Application clients and applets are client components. 4.What are the the types of J2EE modules?Application client module 5.What does web module contain?The web module contains: 6.What is J2EE?J2EE means Java 2 Enterprise Edition. The functionality of J2EE is developing multitier web-based applications .The J2EE platform is consists of a set of services, application programming interfaces (APIs), and protocols. 7.What are the four components of J2EE application?
8.What are types of J2EE clients?
9.What are considered as a web component?Java Servlet and Java Server Pages technology components are web components. Servlets are Java programming language that dynamically receive requests and make responses. JSP pages execute as servlets but allow a more natural approach to creating static content. 10.Define Hash tableHashTable is just like Hash Map,Collection having key(Unique),value pairs. Hashtable is a collection Synchronozed object .It does not allow duplicate values but it allows null values. 11.What are the J2EE components used while creating an application?- The J2EE components consist of the functional unit that is used in the application and all the classes of it are also will get used to communicate with various components.
12.What is the purpose of web client in J2EE?The web client is very important part and it has other two parts that defines the way it functions : 13.How is applet different from other technologies used in J2EE?Applets are client application that is small in size and it is included in the web tier. It provides the tools to communicate with the users and allow the drawings to be made by using the graphical interface. The applets are written in Java language. This gets executed on the virtual machine used by the Java and installed on the web browser. The plug in required by the client system for the use of security policy that executes the application in the web browser successfully. The components use API keys for creating the web client programs and run the application on the client side. As, no security is allowed the files are not required on the client system. It presents more modular approach to design the application using applets. 14.What is the purpose of the Application Clients in J2EE?Application client runs on the client side and provide a way to the user to handle the task that is allowing the user to use the interface. The interface that is provided is graphical and tools are given for the help. The graphical user interface is created using swing and advanced window toolkit from the command line interface. These clients can use the applications directly due to the applications being handled at the business tier. The application client communicates throughout the HTTP connection using the servlet and the Java beans component architecture. The application client also includes various components to manage the overall data flow for the communication purpose between the server and the client. 15.What is the communication process of the application using the Java Beans?JavaBeans components allow an object to be used to use the instance variables. The instance variables consist of get and set methods that are used on the server side to get the data information from the user and set it in the server. It provides lot of variations and elements can be used for the client tier. The client communicates through the business logic that is being provided by the server to run the applications. The web browser is used to communicate through the server by going through the pages that is being made and the transfer happens from the web tier. The J2EE application uses thin client or thick client that provides the lightweight and heavyweight functionality to the client and keep the load also to minimal on the server as well. 16.Explain the use of containers in J2EE.?Containers acts as an interface between a platform and a component that is at the low level and it provides the functionality that is supported by the component. Application clients get executed first and then the beans. It keeps the beans assembled at one place so that it can be used and deployed using the containers. The application consists of the components that are platform specific so the containers allow them to be bundled at one place and then used in the application just by giving the name and the path. The assembling of the beans requires the configuration settings to be seen for each component that is used inside the J2EE application or just by J2EE. 17.What are the Container settings that are being provided by the J2EE server?J2EE server supports the customization of the server by providing the services like security, transaction management, Java naming directory and other services that can be used to provide the component based architecture.
18.What are the models provided by the J2EE?The Interface that is used to provide remote connectivity to the database and the J2EE provides:
Security model to allow the user to configure the web component to use the resource that can be accessed by the users that are permitted to use it. 19.What are the tools contained in J2EE to help develop an application?J2EE application creation requires some modules and tools that are created to deliver the archive file.
20.What are the tasks performed by J2EE enterprise Bean developer?Enterprise Bean Developer platform uses many services for different components and it is always required that the task has to be mentioned such as:
|