JagooIndia
Forum of Indian Youth
JAVA INTERVIEW QUES
Core Java
JDBC
Servlet
JSP
Struts
EJB
JMS
J2ME
RMI
Spring
Study Material, Ebooks
Electronics
Electrical
Computer Science /IT
Mechanical
Civil
Marketing
Finance
Technical Certificarion
Sun
Oracle
Microsoft
IBM
Cisco
PMI
Domain Certifications
Finance
Insurance
Project Management
   
 

   ORACLE INTERVIEW QUESTIONS

 
 
  1. What are the various types of Exceptions ?

    Answer: User defined and Predefined Exceptions.

     

  2. Can we define exceptions twice in same block ?

    Answer: No.

     

  3. What is the difference between a procedure and a function ?

    Answer: Functions return a single variable by value whereas procedures do not return any variable by value.Rather they return multiple variables by passing variables by reference through their OUT parameter.

     

  4. Can you have two functions with the same name in a PL/SQL block ?

    Answer: Yes.

     

  5. Can you have two stored functions with the same name ?

    Answer: Yes.

     

  6. Can you call a stored function in the constraint of a table ?

    Answer: No.

     

  7. What are the various types of parameter modes in a procedure ?

    Answer: IN, OUT AND INOUT.

     

  8. What is Over Loading and what are its restrictions ?

    Answer: OverLoading means an object performing different functions depending upon the no.of parameters or the data type of the parameters passed to it.

     

  9. Can functions be overloaded ?

    Answer: Yes.

     

  10. Can 2 functions have same name & input parameters but differ only by return datatype

    Answer: No.

                                                    PREVIOUS          NEXT

 
     
 
   © Copyright Jagoo India.com. All right reserved.