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: 490
Comments: 2583
 Core Java Tags
 Showing Questions 61-70 of 492 Questions
<< Previous 3 4 5 6 [7] 8 9 10 11 12 Next >>
 Sponsored Links

 
 Core Java Interview Questions
Sorting Options :  

Latest Answer: We should set the class path otherwise we can't compile the java program. ...
Read Answers (2) | Asked by : loki

Latest Answer: with the help of serilization and exterlization   ...
Read Answers (2) | Asked by : tvkmcalb

Latest Answer: Using finalize() method in java is not a recommended solution to release the system resources used by an object. The finalize() method will be called before deleting an object. An object in java will be deleted only by a garbage collector. The ...
Read Answers (1) | Asked by : sandeep

Latest Answer: If you want to change the design of the application at the time of implementation ...
Read Answers (2) | Asked by : chandra

Latest Answer: String builder has been implemented in 1.5 can any one expalin me in detail ...
Read Answers (3) | Asked by : sujatham

Latest Answer: In Java language programming, interfaces with no methods are known as marker interfaces. Marker interfaces are Serializable, Clonable, SingleThreadModel, Event listener. Marker Interfaces are implemented by the classes or their super classes in order ...
Read Answers (6) | Asked by : pradeep kumar

Latest Answer: It simply adds last one, it wont throw any exception, that is logical mistake, must taken care by programmer. ...
Read Answers (1) | Asked by : naggeek

Latest Answer: object state ie propery and value ...
Read Answers (2) | Asked by : Roshan

Import java.util.*;public class SetEx { private String str; SetEx(String s) { str = s } public static void main(String[] ar) { Set s = new HashSet(); SetEx setEx = new SetEx("Java"); SetEx setEx1 = new SetEx("Java"); String str1 = new String("Java"); String str2 = new String("Java"); s.add(setEx); s.add(setEx1); s.add(str1); s.add(str2); System.out.println("No Of elements

Latest Answer: Byte code in 0/1 formate where is ascii code is given to every char is some number ...

View page << Previous 3 4 5 6 [7] 8 9 10 11 12 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 162
2sujatham 75
3vinaymudgil007 36
4Beena 24
5sbarik 21
6mandyjoshi 20
7Karuna Reddy 13
8santh kumar 11
9rabbi 11
10sadashivarao 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

 




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