question examples. session 1 objectives why certify? positioning of the non-technical version what...

19
Question examples

Upload: ashley-cooper

Post on 26-Mar-2015

215 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Question examples. Session 1 Objectives Why certify? Positioning of the non-technical version What is Java? Key advantages of Java Java Applications vs

Question examples

Page 2: Question examples. Session 1 Objectives Why certify? Positioning of the non-technical version What is Java? Key advantages of Java Java Applications vs

Session 1 Objectives• Why certify?

• Positioning of the non-technical version

• What is Java?

• Key advantages of Java

• Java Applications vs. Java applets

• Getting Started: Java Software Development Kit (SDK)

• Samples/syntax

• What is Jdeveloper?

• Summary and Website for Java Certification

Page 3: Question examples. Session 1 Objectives Why certify? Positioning of the non-technical version What is Java? Key advantages of Java Java Applications vs

Session 2 Objectives

• Enterprise Computing—What is it?

• Using Java for Enterprise Computing (J2EE)

• Multi-tiered J2EE applications

• J2EE components

• J2EE Containers

• J2EE Application Packaging

• J2EE Roles

• J2EE APIs

• Oracle-specific Java Components

• Oracle’s J2EE Products

• The Oracle Strategy

Page 4: Question examples. Session 1 Objectives Why certify? Positioning of the non-technical version What is Java? Key advantages of Java Java Applications vs

Session 3 Objectives

• OC4J Features and Previews• OC4J Clustering Capabilities• OC4J Ease of Deployment and Management• OC4J Competitive Landscape

After completing this lesson, you should be able to understand:

Page 5: Question examples. Session 1 Objectives Why certify? Positioning of the non-technical version What is Java? Key advantages of Java Java Applications vs

Session 4 Objectives

• Describe the Oracle 9i Application Server as a complete and integrated product for deploying Web sites and applications

• Describe Oracle 9iAS v2.0 key features

After completing this lesson, you should be able to do the following:

Page 6: Question examples. Session 1 Objectives Why certify? Positioning of the non-technical version What is Java? Key advantages of Java Java Applications vs

Enterprise computing refers to:

A. Computers used on the starship Enterprise

B. Integrating various hardware and software components that must be integrated to solve a business requirement

C. Connecting computers in one galaxy with computers in another galaxy

Page 7: Question examples. Session 1 Objectives Why certify? Positioning of the non-technical version What is Java? Key advantages of Java Java Applications vs

Which of the following are considered advantages of Java?

A. Object-Oriented

B. Secure

C. Simple

D. Platform Independent

E. A, C, and D

F. A, B, C, and D

Page 8: Question examples. Session 1 Objectives Why certify? Positioning of the non-technical version What is Java? Key advantages of Java Java Applications vs

Java, an object-oriented programming language and platform, was developed by Sun Microsystems in 1995.

A. True

B. False

Page 9: Question examples. Session 1 Objectives Why certify? Positioning of the non-technical version What is Java? Key advantages of Java Java Applications vs

JAR files:

A. Are several files that have been placed into an empty food jar

B. End with file extensions of “.jar”, “.war”, or “.ear”

C. Are a compressed format of Java files

D. B and C

Page 10: Question examples. Session 1 Objectives Why certify? Positioning of the non-technical version What is Java? Key advantages of Java Java Applications vs

There are seven distinct J2EE roles in the J2EE application lifecycle.

A. True

B. False

Page 11: Question examples. Session 1 Objectives Why certify? Positioning of the non-technical version What is Java? Key advantages of Java Java Applications vs

Oracle’s OC4J product:

A. Just started shipping with Oracle 9iAS v2

B. Has been fully compliant with J2EE 1.3 specifications for several months now

C. Is considered simple, lightweight, fast, easy to configure, and easy to manage

D. Competes with BEA’s WebSphere 4.0 product

E. All of the above

Page 12: Question examples. Session 1 Objectives Why certify? Positioning of the non-technical version What is Java? Key advantages of Java Java Applications vs

The Single Sign-On feature in Oracle 9iAS v2requires users to authenticate themselves with a username and password for each individual application each time they attempt to access eachindividual application.

A. True

B. False

Page 13: Question examples. Session 1 Objectives Why certify? Positioning of the non-technical version What is Java? Key advantages of Java Java Applications vs

Which of the following are considered graphical management consoles for Oracle 9iAS v2?

A. Orion

B. Oracle Enterprise Manager

C. None of the above

Page 14: Question examples. Session 1 Objectives Why certify? Positioning of the non-technical version What is Java? Key advantages of Java Java Applications vs

The Java Software Development Kit comes inthe following editions:

A. J2SE – Standard Edition

B. J2EE – Enterprise Edition

C. J2ME – Micro Edition

D. J2OE – Oracle Edition

E. A, B, and C

F. A, B, and D

Page 15: Question examples. Session 1 Objectives Why certify? Positioning of the non-technical version What is Java? Key advantages of Java Java Applications vs

Java applications are downloaded at runtimefrom the Web server and then run in thebrowser’s JVM.

A. True

B. False

Page 16: Question examples. Session 1 Objectives Why certify? Positioning of the non-technical version What is Java? Key advantages of Java Java Applications vs

Compiled Java code is stored in file names thatend with the extension of .class.

A. True

B. False

Page 17: Question examples. Session 1 Objectives Why certify? Positioning of the non-technical version What is Java? Key advantages of Java Java Applications vs

Components typically found on the Web tierinclude:

A. Java Server Pages

B. Browser

C. Java Servlets

D. A, B, and C

E. A and C

Page 18: Question examples. Session 1 Objectives Why certify? Positioning of the non-technical version What is Java? Key advantages of Java Java Applications vs

A standard J2EE server must contain both a Web Container and an EJB Container.

A. True

B. False

Page 19: Question examples. Session 1 Objectives Why certify? Positioning of the non-technical version What is Java? Key advantages of Java Java Applications vs

Often the same person or company can perform multiple J2EE roles.

A. True

B. False