Searching for "handling"

Q:

In the following question, two statements are given each followed by two conclusions I and II. You have to consider the statements to be true even if they seem to be at variance from commonly known facts. You have to decide which of the given conclusions, if any, follows from the given statements.

 

Statements:
(I) Management includes managing people, process, and plans.
(II) Handling people is most difficult in terms of dealing up with various diversities and opinions.

 

Conclusion:
(I) Diversity brings in difference of opinion because of differences in cognitive abilities.
(II) Management is a multi­tasking procedure keeping in view 360 degrees of a situation or problem.

 

A) Only conclusion II follows B) Conclusion I and II both follow
C) Neither I nor II follow D) Only conclusion I follows
 
Answer & Explanation Answer: A) Only conclusion II follows

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Statement and Conclusions
Exam Prep: Bank Exams

Q:

Read the sentence to find out whether there is any error in it. The error, if any, will be in one part of the sentence. If the given sentence is correct as it is, the answer is ‘No error’. Ignore the errors of punctuation, if any.

In such delicate matters,/ we often take/ his advice as he has/ been effectively handling such cases for a decade.

A) In such delicate matters B) We often take
C) His advice as he has D) Been effectively handling such cases for a decade
 
Answer & Explanation Answer:

Explanation:

There is no error in the sentence.

Report Error

View Answer Report Error Discuss

Filed Under: English

Q:

Exception handling is targeted at

A) Compile time error B) Logical error
C) Run time error D) All of the above
 
Answer & Explanation Answer: C) Run time error

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Java
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

Q:

What is the importance of finally block in exception handling ?

Answer

A finally block will always be executed, whether or not an exception is actually thrown. Even in the case where the catch statement is missing and an exception is thrown, the finally block will still be executed. Last thing to mention is that the finally block is used to release resources like I/O buffers, database connections, etc.

Report Error

View answer Workspace Report Error Discuss

Subject: Java

Q:

Explain three important components of Dynamic HTML authoring - Positioning, Style modifications and Event handling

Answer

- Positioning: Is some what where we need the object to be placed in the graphical view i:e on screen. If we talk in DHTML sense then we have two types of positioning: Relative and Absolute.


Relative Positioning: Relative positioning is the same as the current HTML3 layout and is best reserved for situations where you want to be sure that the content will revert to this default inside a document that also uses absolute positioning.


Absolute Positioning: In DHTML absolute positioning means that the object will remain at the same position regardless of the condition of other elements and the size of the browser. In simple languages if an object/image is absolutely positioned (STYLE="position: absolute;"), with an offset of 150 pixels to the right and 250 pixels down from the left-hand corner of the browser screen then it will avail this position what ever the circumstances may be.


- Style Modifications: Style modification indicates the changes in the presentation or the view part that are being made in web page. This part comes under Cascading Style Sheet where the user style his web page by using the attributes and the tags that are pre-defined in CSS.


- Event Handling: As explained earlier Events is the beating heart of any JavaScript application. For handling event in DHTML we attach event handler to HTML elements. The event handler waits until a certain event, for instance a click on a link, takes place. When it happens it handles the event by executing some JavaScript code that has been defined by us. After it has executed the code the event handler comes to its initial state and waits for the user to fire any event. Hence to handle events in DHTML we need to register an event handler.

Report Error

View answer Workspace Report Error Discuss

Subject: Web Technology

Q:

What function are available during packing?

A. Proposing allowed handling units.

B. Performing multi-level packing.

C. Automatically dividing the delivery items among handling units.

D. Packing or unpacking handling units.

Answer

Answer : A , B , C, ,D

Report Error

View answer Workspace Report Error Discuss

Subject: SAP SD