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: 923
Comments: 1297
 Showing Questions 21-30 of 923 Questions
<< Previous 1 2 [3] 4 5 6 7 8 9 10 Next >>
 Sponsored Links

 
 Java Interview Questions
Sorting Options :  

class A { // some code here} class B { // some code here}class Ex {public static void main(string args[]) {A a=new B();B b=new A();a.add();b.add();}Will this program run? Explain the referencing the object 
Latest Answer: No it will not compile - as A does not extend B nor vice-versa when you try to assign an object of type B to a reference of type A (and vice-versa) you will get an 'Incompatible type' error message from the compiler! If inheritance were involved ...

We have a small requirement where we need to retrieve the e-mail ids of all the employees in the distributed list using LDAP, can any one give an idea how it can be done? 
Latest Answer: Hey did you got answer for your query? i too is in requirement of answer for your query.infact, my requirement is "how to access and display the contacts in a distribution list using java?" ...

Latest Answer: try this piece of code:    java.net.InetAddress remoteInetAddress = java.net.InetAddress.getByName(request.getRemoteHost());    String client=remoteInetAddress.getHostName();   System.out.print(client); ...
Read Answers (1) | Asked by : jashlok

What is wrong in the following code?pulic synchronized void setXXX(String s){ this.setXXX(s);}public synchronized String getXXX(){...}orpulic synchronized void setXXX(String s){ return (this.getXXX());}
Read Answers (1) | Asked by : julia

Latest Answer: to create word doc use MIME type "application/msword"ORuse POI ,is an open source apache project to create, read ms office file formati.e .doc, .xls, for more info visit poi . apache . org/ ...
Read Answers (1) | Asked by : Mandar Apate

Latest Answer: The answer given is absolutely right along with that we also say the following1. Static variable has only one copy for all the methods in class while instance variable has many copy.2. Class can access only static variable while object can access both class and instance variable.   ...
Read Answers (2) | Asked by : shams

Latest Answer: Dictionary Class ...

Latest Answer: this method is used to tracing the instance in your application. Which instance is running of the class. ...
Read Answers (1) | Asked by : girish

Which is the most convient way to create a thread and Why?1) Extends from thread or2) Implements from Runnable Interface.
Read Answers (2) | Asked by : Daitari Jena

Latest Answer: Assertions are kind of mechanisms in java from 1.4 onwards, where assert is a keyword. By using assertions you can validate your assumptions. Assertions should be only used to validate certain assumptions. Assertions should:1. Be used to assertain the ...

View page << Previous 1 2 [3] 4 5 6 7 8 9 10 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

 
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