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

Core Java Interview Questions


Core Java Interview Questions

Questions: 491
Comments: 2611
 Core Java Tags
 Showing Questions 31-40 of 493 Questions
<< Previous 1 2 3 [4] 5 6 7 8 9 10 Next >>
 Sponsored Links

 
 Core Java Interview Questions
Sorting Options :  

Latest Answer: Local variables (including formal parameters) are visible only in the method, constructor, or block in which they are declared. Access modifiers (private, public, ...) can not be used with local variables. All local variables are effectively private ...
Read Answers (7) | Asked by : naggeek

Can we catch an Error occurred in a class by extending that class with Throwable Since, Exception and error is the sub class of throwable.If yes/no- why? 
Latest Answer: we can handle the exception but we cabt handle error super call of both is throwable ...

Latest Answer: A JVM has a string pool where it keeps at most one object of any String. String literals always refer to an object in the string pool. String objects created with the new operator do not refer to objects in the string pool.Afetr using the string object ...

Latest Answer: Declare class as final ...

Latest Answer: Java always makes a copy of arguments & pass the copy.The called method has a local copy of data.If the the method changes the data it changes the copy, So original value is not changed.             ...

What is the difference between Transient and Volatile. Does volatile variable is serialized and synchronised. 
Latest Answer: Volatile:Threads dont cache method copy of  Volatile instance variables. Each time when the var is used the thread gets latest copy.Transient:instance var not serialized ever. After deserialization its value is null(object) or zero(primitive type). ...

Why wait and notify method in Object class, why these are not in Thread Class. 
Latest Answer: beacuse these methods are native ie implementd in some other language ...

Latest Answer: according to sun system there is no corejava and advanced java.only j2se,j2eeNo advanced java is there as per sun micro... Fucking Training centers daivide j2ee into two patrs. Dont tell in interview i Know Advanced Java. ...
Read Answers (5) | Asked by : imhero

View Question | Asked by : siva2baba

What are the difference between Legacy classes and Collection other than Synchronized? 
Latest Answer: legacy class are syncronized by defult where as collection's member are not syncronized by deflt ...

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

 
Expert Members
# User Name Count
1sampra 161
2sujatham 75
3vinaymudgil007 36
4Beena 24
5sbarik 21
6mandyjoshi 20
7Karuna Reddy 13
8rabbi 11
9sadashivarao 11
10santh kumar 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
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