GeekInterview.com
  I am new, Sign me up!
 

Core Java Interview Questions


Core Java Interview Questions

Questions: 500
Comments: 2813
 Core Java Tags
 Showing Questions 51-60 of 502 Questions
<< Previous 2 3 4 5 [6] 7 8 9 10 11 Next >>
 Sponsored Links

 
 Core Java Interview Questions
Sorting Options :  

Latest Answer: By default, cloning yields a shallow copy. By shallow, we mean the object is copied, but the contained objects are not. What a deep copy does it copy the cloned object, as well as all the objects within. For instance, if you have an array of five elements, ...
Read Answers (5) | Asked by : fred

Every application should have a main() method. Under which class does the main() method comes under?

Latest Answer: It compiles but gives runtime exception like "Main method is not public". ...
Read Answers (14) | Asked by : venkat

Servlets are multi threaded by default. If there are concurrent requests to the same servlet the servlet container generates another instance of the servlet . Is this the reason y servelts are multi threaded by default?? Is there any way the multi threaded feature can be achieved ?
Read Answers (4) | Asked by : aneesm

What is the need for calling default constructor by JVM? why the JVM should intiializes default values to the data fields if the constructor is not there in our class?
Read Answers (2) | Asked by : M.S.R.PavanKumar

How to transfer data from one web application to another web application which are present in the same container in java?
Read Answers (4) | Asked by : Girija Shankar Patra

Latest Answer: When threads are running in shared resources we can manage the threads by using native methods (wait(), notify(), notifyAll()) from Object class.This is inter process communication between the threads while sharing shared resources ...

Latest Answer: checked exceptions must be handeled.That is, a try-catch must either be nested around the call to the method that throws the exception.The compiler will throw an error message if it detects an uncaught ...
Read Answers (5) | Asked by : Veera SEkhar

Latest Answer: There is no specific name for it, its only JAVA COMPILER and you can find it by the name javac.exe which you are providing the class path at the compilation or at the system properties--> Advanced-->environment variable in windows if you have taken ...

Latest Answer: The term static polymorphism is associated with overloaded methods because it gives the impression that a single named method will accept a number of different argument types. The System.out.println() method is an example that may take String or Object ...

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