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: 1296
 Showing Questions 81-90 of 923 Questions
<< Previous 5 6 7 8 [9] 10 11 12 13 14 Next >>
 Sponsored Links

 
 Java Interview Questions
Sorting Options :  

What is the diff. in reading the input by BufferedReader and by DataInputStream?And what data type do they return?
Read Answers (2) | Asked by : Divya

Latest Answer: using DataSources We can Connect to DataBase ...

Latest Answer: Ping is based on ICMP. Java has no support for this. They have UDP and TCP sockets. In Java 5 there is an isAlive call that says if a host is alive or not, but is not a ping. You could do the same thing with a TCP socket to a known open port.If you ...

ArrayIndexOutOfBoundsException – attempt to access an out of range array index. int x [ ] = new int [ 5 ]; int y = -2; // 1 x [ y ] = 2; // 2 x [ 2 ] = 2; // 3 x [ 5 ] = 5; // 4 System.out.println( x[0] ); // 5 a) Statement 1 and 2 are false b) Statement 2 and 3 are false c) Statement 2 and 4 are false d) Statement 2 and 5 are false
Read Answers (3) | Asked by : naresh

Int [ ] [ ] scores = { { 1, 2, 3} , { 2, 4, 6}, { 3, 6, 9} };how many objects in heap after the above stmt ?
Read Answers (5) | Asked by : naresh

Latest Answer: here only one object is created.it's store in heap area.but there is 5 reference is created,which is store in stack area. ...
Read Answers (4) | Asked by : naresh

Latest Answer: The is no default value for the local variable.But the array decalred within the method will have default values. ...

How j2ee is growing fast.Is companies recruiting only struts and advanced j2ee's/trend is changing in j2ee. Do Companies want Ajax programmers in j2ee too. bye
Read Answers (1) | Asked by : jj thompson

Latest Answer: when we create  awt program at some machine that support jve then create  byte code after complilation and these byte code are tranfer to slote machine that support jve that corresponding assambaly code are generating and execute the awt ...
Read Answers (1) | Asked by : Albert O. Enocillas

Latest Answer: hi size of integer wrapper class will be find out using size of opreator by passing the object or instance of the class as a parameter ...

View page << Previous 5 6 7 8 [9] 10 11 12 13 14 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