GeekInterview.com
  I am new, Sign me up!
 

Core Java Interview Questions


Core Java Interview Questions

Questions: 500
Comments: 2807
 Core Java Tags
 Showing Questions 91-100 of 502 Questions
<< Previous 6 7 8 9 [10] 11 12 13 14 15 Next >>
 Sponsored Links

 
 Core Java Interview Questions
Sorting Options :  

Latest Answer: Classes are usually first defined and then instantiated using the new operator. Anonymous classes combine the process of definition and instantiation into a single step. Anonymous classes are defined at the location they are instantiated, using additional ...
Read Answers (1) | Asked by : nsinha

Latest Answer: To create objects we generally use new keyword mentioning indirectly the size to allocate the memory.We do not know the size occupied by abstact methods so we cannot create object for abstract methods. ...
Read Answers (5) | Asked by : ramesh
Tags : Abstract

Latest Answer: Given ans is sufficient ...
Read Answers (2) | Asked by : siddharth das

Latest Answer: we are writing String(as[]) beacuse it is very easy to change from string to any data type ...
Read Answers (2) | Asked by : manohar

Why statement printf("%d%d%d",++a,a,a++) in C and = a++; System.out.printf("%d%d%d",++a,a,a++) in Java gives different output?
Because in C++ function argument associativity is right to left but in java it is left to right 

Because C++ solve postfix ++,-- after assignment (=) operator. 
Latest Answer: Yes.Because C++ solve postfix ++,-- after assignment (=) operator. ...

Latest Answer: caught exception:                That mean when u declare the particular type of exception(checked and unchecked exception) u will get caught exception.uncaught exception:             ...
Read Answers (3) | Asked by : vishnu

Latest Answer: XML parsing is done to retreive data from xml.(i.e,from root elements, attributes..tags)SAX parser is used to retreive data in a fashion that when it encounters any tag the data encountered is returned back.DOM parser constructs a content tree for the ...
Read Answers (2) | Asked by : gvp.java

Latest Answer: To connecting with any data base need connection and afetr compltion of task that connection get expire so next tim again we need to create connection  its degrade the performanceTo avoid this we have coonction pooling in the connection pooling we ...
Read Answers (4) | Asked by : venu prasad

Latest Answer: Collections.sort(al) ...
Read Answers (2) | Asked by : PJ.Sateesh

View page << Previous 6 7 8 9 [10] 11 12 13 14 15 Next >>

Ask A Question
Go Top
 Sponsored Links

 
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 (?)

 
Expert Members
# User Name Count
1sampra 161
2sujatham 75
3vinaymudgil007 36
4Sarje 24
5Beena 24
6sbarik 21
7mandyjoshi 20
8Karuna Reddy 13
9santh kumar 11
10rabbi 11
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
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape