web technology Online Quiz - 13
Description: web technology Online Quiz - 13 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: web technology |
Asp.net sessions can work even with out cookies
Which statement about packages is true?
Scenario : Consider an upgrade requirement from pre-WebLogic Server 9.x to the WebLogic Server 9.x. Since the administration scripts in the prior version used WebLogic Ant tasks for creation and deployment, the team decides to use the Ant build.xml approach and extend this to the current version of the server. Which of the following about the Ant task wlserver is INCORRECT?
In a multi-server WebLogic domain, monitoring the JVM statistics showed frequent full garbage collections (gc) on one of the server instances. Which one of the following would greatly reduce the frequency of fullgcs?
What are the four basic components of a JMS system-resource module in the config.xml in WebLogic 9.2?
The feature to group messages into a single unit that is processed sequentially in the order that the messages were created is called
When a message is being processed by a consumer, the other unprocessed messages which belong to the same Unit-of-Order will be:
What are the supported installation modes for WebLogic Server?
Which one is true for the Java-based Node Manager?
Which statement is true about SSL configuration?
Which class is on top of hirarchy in Java
PRODUCT: Product ID Product Description Manufacturer ID MANUFACTURER: Manufacturer ID Manufacturer Name Referring to the above table, what type of relationship exists between the Product table and the Manufacturer table?
What does the concept of an entity represent in database design
Which statement creates a new user?
Which of the following web servers can be used for hosting PHP application?
How to print the following text on web browser screen using HTML? (HTML Code to print the text mentioned below)
Why the IP address 127.0.0.1 is special?
Following 2 lines of html code renders same output
The object lock is relenquished when the notifying thread invokes the notify method.