Questions 1 - 10 of 61
Close
Flag this interview question as inappropriate Inappropriate
See Answer

Atoms cannot be divided using chemicals. They do consist of parts, which include protons, neutrons, and electrons, but an atom is a basic chemical building block of matter.

 

Create Date
:
Saturday, November 03, 2007
Asked At
:
None
Job Positions
:
None
Click here to improve the Interview Question, Answer and other fields.
Comments (2) :
1.
huhboi
Wednesday, September 17, 2008 4:49 PM
Has someone really asked that in interview???
2.
jared
Wednesday, September 10, 2008 10:43 AM
cause they have balls.
Flag this interview question as inappropriate Inappropriate
See Answer
No.  Once the proper catch block processed, control is transferred to the finally block (if there are any).
Create Date
:
Tuesday, May 13, 2008
Tags
:
Asked At
:
None
Job Positions
:
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 
Flag this interview question as inappropriate Inappropriate
See Answer
A catch block that catches the exception of type System.Exception.  You can also omit the parameter data type in this case and just write catch {}.
Create Date
:
Tuesday, May 13, 2008
Tags
:
Asked At
:
None
Job Positions
:
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 
Flag this interview question as inappropriate Inappropriate
See Answer
Allocate a block of memory on the stack (used in unsafe mode). 
Create Date
:
Tuesday, May 13, 2008
Tags
:
Asked At
:
None
Job Positions
:
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 
Flag this interview question as inappropriate Inappropriate
See Answer
A method of transmitting messages without having to block until a response is received.
Create Date
:
Tuesday, May 13, 2008
Tags
:
Asked At
:
None
Job Positions
:
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 
Flag this interview question as inappropriate Inappropriate
See Answer
A database trigger is a PL/SQL block that can defined to automatically execute for insert, update, and delete statements against a table. The trigger can e defined to execute once for the entire statement or once for every row that is inserted, updated, or deleted. For any one table, there are twelve events for which you can define database triggers. A database trigger can call database procedures that are also written in PL/SQL.
Create Date
:
Tuesday, May 13, 2008
Asked At
:
None
Job Positions
:
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question