Java Applets, I/O Streams and Oracle Database
Covers Java applet programming, Java I/O streams classes, and Oracle database administration tools and features
Questions
Which of the following interfaces in applet defines the play method used to play a clip from the beginning?
- AudioClip
- AppletStub
- GetImage
- None of these
Which of the following tags in applet allows an user to specify applet specific arguments in an HTML page?
- NAME
- CODEBASE
- PARAM
- ALIGN
In applet class, which of the following methods returns the URL of the HTML document that invokes the applet?
- getCodeBase()
- destroy()
- getDocumentBase()
- none of these
Which of the following methods in ObjectInput interface returns the number of bytes that are now available in the input buffer?
- read()
- close()
- available()
- none of these
Which of the following classes in Java allows one or more characters to be returned to the input stream?
- PushbackReader
- BufferedWriter
- BufferedReader
- None of these
Which of the following methods in applet programming brings the document at the URL specified by url into view?
- Enumeration getApplets()
- showDocument (URL url)
- Applet getApplet()
- None of these
Which of the following classes in Java is an implementation of an input stream that uses a character array as the source?
- CharArrayWriter
- CharArrayReader
- FileWriter
- None of these
In observable class, which of the following methods in Java returns the number of objects observing the invoking object?
- deleteObserver()
- hasChanged()
- countObservers()
- none of these
Which of the following classes in java.beans package analyses a bean and constructs a BeanInfo object that describes the component?
- IntrospectionException
- Introspector
- MethodDescriptor
- None of these
In Oracle, which of the following library file formats contains both library source code and the complied, platform specific executable code?
- PLX
- PLL
- PLD
- None of these
In Oracle, which of the following tools distributed database systems is a database administration tool that allows an user to perform database administration task with the convenience of a Graphical User Interface (GUI)?
- Third Party Administration Tools
- SNMP Support
- Enterprise Manager
- None of these
Which of the following features of heterogeneous service agent or Oracle gateway allows a transaction that can span both Oracle and non-Oracle systems?
- Transparent SQL access
- Distributed transactions
- Procedural Access
- None of these