GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

Java Interview Questions


Java Interview Questions

Questions: 921
Comments: 1289
 Showing Questions 51-60 of 921 Questions
<< Previous 2 3 4 5 [6] 7 8 9 10 11 Next >>
 Sponsored Links

 
 Java Interview Questions
Sorting Options :  

Which of the following statements accurately describe the use of access modifiers within a class definition? (Select multiple) a. They can be applied to both data & methods b. They must precede a class's data variables or methods c. They can follow a class's data variables or methods d. They can appear in any order They must be applied to data variables first and then to methods
Read Answers (1) | Asked by : Namrata

Latest Answer: The fact that class Object declares a finalize method means that the finalize method for any class can always invoke the finalize method for its superclass. This should always be done, unless it is the programmer's intent to nullify the actions of ...
Read Answers (2) | Asked by : uma

Latest Answer: instanceof is used to test an object's typeExample:Pizza myPizza = new Pizza();boolean test = myPizza instanceof Pizza; ...
Read Answers (1) | Asked by : Hemant

View Question | Asked by : jharv

View Question | Asked by : Pradip Padwal

Explain the difference between inheritance and composition, and when/why one is preferable over the other
View Question | Asked by : sree5212

Latest Answer: Actually to use connection objects in the connection pool we need datasource object .if you take weblogic , if u want to contact to connection pool , u must get data source object. Thats all. ...
Read Answers (2) | Asked by : Raj

Latest Answer: Log4j API is an Apache project. It provides you the logging mechanism. which allows you to direct the debug & error (basically) statments onto a particular file/database/messaging system etc. Its provide a much cleaner way to store the output statment ...
Read Answers (1) | Asked by : suresh

Write a program in Java that reads a text file, "in.txt", that contains a list of integers separated by spaces. After reading the integers, the program stores them into a singly linked list and 
View Question | Asked by : dedeepya

What happenes if exception occur in finally block? 
Latest Answer:   Finally is just a method,  if an exception occurs in finally block the program will terminate. So, U just put a try - catch block inside the finally block. Are explicity you have to catch the exception.finally {               ...

View page << Previous 2 3 4 5 [6] 7 8 9 10 11 Next >>

Ask A Question
Go Top
 Sponsored Links

 
Ask Question
You must login to Ask Question or Register your free account

Category:

 
Question Title:


Question in Detail:

Add this to my Subscribed Questions (?)
Send me email when new answer is posted (?)

 
Subscribe
Get Latest Updates Via RSS Reader or by Email
 Forum Discussion Subscribe to Forum Discussions Via E-Mail Latest Forum Discussions Subscribers
 Knowledge Base Subscribe to Knowledge Base Series Via E-Mail Knowledge Base Subscribers
 Learning Series Subscribe to GeekInterview Learning Series Via EMail Learning Series Subscribers
 Freelance Jobs Subscribe to GeekInterview Freelance Jobs Via EMail Latest Freelance Jobs Subscribers
 GeekInterview Blog Subscribe to GeekInterview Blog Via EMail GeekInterview Blog Subscribers
 Testing Interview Questions Subscribe to Testing Interview Questions Via EMail Testing Interview Questions Subscribers
 Oracle Interview Questions Subscribe to Oracle Interview Questions Via EMail Oracle Interview Questions Subscribers
 Java Interview Questions Subscribe to Java Interview Questions Via EMail Java Interview Questions Subscribers
 Latest Placement Papers Subscribe to Latest Placement Papers Placement Papers Subscribers
 Free Training Subscribe to Free Training Via EMail Free Training Subscribers
 Learn AJAX Subscribe to AJAXwith.com Via EMail AJAXwith Subscribers
Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape