GeekInterview.com

Oracle Interview Questions

 
Showing Questions 1 - 20 of 206 Questions
First | Prev | | Next | Last Page
Sort by: 
 | 

Jo, do, and so are three persons(1) so says jo is football player, I also football player.(2) do says jo is football player, I also football player.(3) jo says do is football player, I also football player.Find...

Jo

Asked By: Interview Candidate | Asked On: Jun 19th, 2005

Answered by: ThiruDk on: Mar 22nd, 2013

All three are football players.

1 answer


Rita puts 9 pairs of black socks and 8 pairs of white socks in a drawer. She takes 3 socks. What is the probability that we get a pair of black socks?

Asked By: Interview Candidate | Asked On: Sep 9th, 2005

Answered by: RAJALAKSHMI on: Feb 21st, 2013

6/11

Answered by: abhishek on: Sep 6th, 2012

18C2*(16C1+16c1)/34C3

18 answers


What is the use of having finally?

Asked By: Interview Candidate | Asked On: Sep 28th, 2004

Answered by: chaithanya chatla on: Dec 28th, 2012

Finally block having the statements which are releasing the resource, closing the streams, closing the connection and so on. If exception is raised or not but closing the resource are necessary. So we...

Answered by: Ajit4U on: Dec 24th, 2012

Finally is the block which will be executed irrespective of exception caught in catch block. Hence it is useful to do any resource releasing/ connection closing after exception handling

3 answers


What are the drivers available?

Asked By: Interview Candidate | Asked On: Sep 28th, 2004

Answered by: Sandhya.Kishan on: Jul 16th, 2012

The drivers avaliable in jdbc are Type 1: JDBC-ODBC Bridge driver (Bridge) Type 2: Native-API/partly Java driver (Native) Type 3: AllJava/Net-protocol driver (Middleware) Type 4: All Java/Native-proto...

1 answer


Can u read all elements from an array?

Asked By: Interview Candidate | Asked On: Sep 28th, 2004

Answered by: Sandhya.Kishan on: Jun 19th, 2012

Reading elements from an array depends on the type of data that we want to read from an array,if the array is a linked list or stack or a queue it is not possible to read all the elements but if the a...

1 answer


If service method is used then doget() and dopost() stand for what?

Asked By: Interview Candidate | Asked On: Sep 28th, 2004

Answered by: Sandhya.Kishan on: Jun 19th, 2012

We use doGet() when you want to intercept on HTTP GET requests.The servlet doGet() is used to preprocess a request.Ex:doing some business stuff before displaying the JSP page, such as gathering data f...

1 answer


How to kill a thread?

Asked By: Interview Candidate | Asked On: Sep 28th, 2004

Answered by: Sandhya.Kishan on: Jun 19th, 2012

The Thread.stop() method can be used to kill a thread but it is unsafe and thus deprecated. Other way would be to have a variable indicating if the thread should be stopped. Other threads may set the ...

1 answer


Implicit objects of JSP are available in destroy() method or not?

Asked By: Interview Candidate | Asked On: Sep 28th, 2004

Answered by: Sandhya.Kishan on: May 30th, 2012

No the implicit objects of JSP are not available in destroy() method. The destroy method is invoked by the container when a JSP page is about to be destroyed.It can be overridden by a page author to p...

1 answer


Who was first?

Three beauty pageant finalists-cindy, amy and linda-the winner was musician. The one who was not last or first was a math major. The one who came in third had black hair. Linda had red hair. Amy had no musical abilities. Who was first?

Asked By: raja chegondi | Asked On: Aug 5th, 2010

Answered by: raju on: May 24th, 2012

1 2 3 musician MM b.hair | L L ...

Answered by: opsmca on: Sep 6th, 2010

First is Linda (answer)she cant 3 bcoz she have red hairmean she (Linda) is 1 n 2.now 1 have musicianbut Amby cant first bcoz he have not such abilities.so 1 n 2 may be Linda or Cindy.or 2 n 3 ma...

4 answers


What is a layered pane?

Asked By: Interview Candidate | Asked On: Sep 28th, 2004

Answered by: Sandhya.Kishan on: May 16th, 2012

LayeredPane is a container which allows switching between different sets of displayed components. Each set of components, called a page, is declared within the LayeredPane component and its possible t...

1 answer


What is web.Xml?

Asked By: Interview Candidate | Asked On: Sep 28th, 2004

Answered by: Sandhya.Kishan on: May 16th, 2012

The web.xml defines each servlet and JSP page within a Web Application. It enumerates enterprise beans referenced in the Web application. It also provides configuration and deployment information fo...

1 answer


Is Java dynamic typed language?

Asked By: Interview Candidate | Asked On: Sep 28th, 2004

Answered by: Sandhya.Kishan on: May 16th, 2012

Yes, java is dynamic typed language as it has a property of a language where type checks are performed mostly at run time.A program is dynamically typed if it uses at least one dynamically typed vari...

1 answer


What is context?

Asked By: Interview Candidate | Asked On: Sep 28th, 2004

Answered by: Sandhya.Kishan on: May 16th, 2012

Context is the virtual environment required to suspend a running software program.The concept of context assumes significance in the case of interruptible tasks, wherein upon being interrupted the pro...

1 answer


What is sax?

Asked By: Interview Candidate | Asked On: Sep 28th, 2004

Answered by: Sandhya.Kishan on: May 16th, 2012

SAX defines an abstract programmatic interface that models the XML information set (infoset) through a linear sequence of familiar method calls.They are used to develop standard for the events-based p...

1 answer


What is tld?

Asked By: Interview Candidate | Asked On: Apr 29th, 2005

Answered by: harris on: Nov 30th, 2011

! TLD is Top level domain, and usually the cheapest domain are dot info

Answered by: leons0133 on: Feb 12th, 2011

TLD is Top level domain. It is located in the right hand part of the domain name. The commonly used TLD are .com, .net, and .org. The .biz, .info and .ws are also used.

5 answers


In a right-angled triangle, the square of the hypotenuse is twice the product of the other two sides. Then one of the acute angles of the triangle is…a. 450b. 300c. 600d. 150

Asked By: Interview Candidate | Asked On: Jun 19th, 2005

Answered by: namrata on: Nov 16th, 2011

If the triangle is right angled triangle then the angles has to be 45-45-90 so logically too ans is 45

Answered by: adeshgupta on: Oct 15th, 2009

3  sides are  p,q, sqrt(2pq).now if it is sright-angle then  2pq=p^2+q^2;cos(angle)=sqrt(p/2q);sin(angle)=sqrt(q/2p);So sin(2*angle)=2*sin(angle)*cos(angle);sin(2*angle)=1;So  angl...

4 answers


When the variables are pushed into the stack, which method is used to retrieve them from it?A. Popb. Pullc. Removed. None of these.

Asked By: Interview Candidate | Asked On: Aug 4th, 2005

Answered by: harman on: Sep 25th, 2011

pop

Answered by: laxman.d on: Jan 9th, 2007

A.pop

9 answers


What should be the value of a, in the polynomials x2 - 11x + a and x2 - 14x + 2a, so that these two polynomials have common factors.A. 24b. 1c. -1d. 1/2

Asked By: Interview Candidate | Asked On: Jul 1st, 2005

Answered by: Tomer on: Sep 24th, 2011

x^2-11x+a=0 -eq1 x^2-14x+2a=0 - eq2 subtracting both eq - + - -------------------- 0+3x-a=0 i.e 3x-a=0 this is x=a/3 now put the value of x in eq 1 (a/3)^2-11(a/3)+a=0 ...

Answered by: prititripathi on: Feb 20th, 2011

let 2 factor of eq. 1 a an b

so a+b=11 n ab=a

simmilarly for eq.2 ,2 factor let a n c

so a+c=14 n ac=2a

on solving we get 24

5 answers


(loga)^2-(logb)^2 =?

Logab-loga/b

Asked By: Interview Candidate | Asked On: Jun 19th, 2005

Answered by: phani on: Aug 31st, 2011

(log a + log b)(log a- log b) =log ab . log a/b

1 answer


First | Prev | | Next | Last Page

 

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

Ads

Connect

twitter fb Linkedin GPlus RSS

Ads

Interview Question

 Ask Interview Question?

 

Latest Questions

Ads

Interview & Career Tips

Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.