Tag Archives: exhibit

Your database instance is started with a PFILE. Examine these parameters: (Exhibit) You want to increase

Your database instance is started with a PFILE.Examine these parameters:You want to increase the size of the buffer cache.Free memory is available to increase the size of the buffer cache.You execute the command:SQL> ALTER SYSTEM SET DB_CACHE_SIZE=1024M;What is the outcome? A. The value is changed only in the PFILE and takes effect at the next instance startup B.… Read More »

Given: (Exhibit) What is the expected result of javac?

Given:What is the expected result of javac? A. javac fails to compile the class and prints the error message, Error: Could not find or load main class Mycar.class B. javac fails to compile the class and prints the error message, C:\workspace4\Mycar.java:1:error: package java does not exist C. javac compiles Mycar.java without errors or warnings. D. javac fails to… Read More »

Given the code fragment: (Exhibit) And given the requirements: 1. Process all the elements of the array

Given the code fragment:And given the requirements:1. Process all the elements of the array in the reverse order of entry.2. Process all the elements of the array in the order of entry.3. Process alternating elements of the array in the order of entry.Which two statements are true? (Choose two.) A. Requirement 2 can be implemented by using the… Read More »