1z0-132 9i Internet Application Developer Braindump
ExamSoon 1z0-132 Exams
Oracle 9i Internet Application Developer Oracle9i, Build Internet Applications II
O rder : 1z0-132 Exam
Practice Exam: 1z0-132
Exam Number/Code: 1z0-132
Exam Name: 9i Internet Application Developer Oracle9i, Build Internet Applications
II
Questions and Answers: 120 Q&As
Free 1z0-132 Braindumps
Exam : Oracle 1Z0-132
Title : Build Internet Applications II
1. You include the calendar class in your Hotel Booking application. Which additional form level objects will you need
to create to implement this reusable component fully?
A. blocks
B. visual attributes
C. stacked canvas
D. Nothing further needs to be created.
Answer: D
2. Examine the code below.
FUNCTION check_window RETURN VARCHAR2 IS
BEGIN
RETURN (GET_VIEW_PROPERTY(GET_ITEM_PROPERTY(
NAME_IN('system.cursor_item'), item_canvas),
window_name));
END;
What does this function return?
A. the name of the item where the cursor is located
B. the name of the form where the cursor is located
C. the name of the window where the cursor is located
D. the name of the canvas where the cursor is located
Answer: C
3. Which statement about windows and blocks is true?
A. Transaction management is block-oriented rather than window-oriented.
B. Forms automatically navigates to an item located in an activated window.
C. A window may contain multiple blocks, but each block can only span one window.
D. A window can contain multiple canvases, and an item can be located on multiple canvases.
Answer: A
4. You established access to menu modules using roles. You have allowed the sales role to access the menu
module, but prevented access to the Update menu item. Which item property would you alter to gray out the menu
option for the role?
A. Item Roles
B. Menu Item Roles
C. Display without Privilege
D. Use Security
E. Command Type
Answer: C
5. Which built-in allows you to update the screen display to reflect the information that Forms has in its internal
representation of the screen?
A. SYNC