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 71-80 of 502 Questions
<< Previous 4 5 6 7 [8] 9 10 11 12 13 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: Markup interface is having no method, used for TAGGER or MARKER ...
Read Answers (7) | 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's state consists of the value of it's member variables. ...
Read Answers (3) | 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 is in the form of binary codes like 0/1 whether ASCII code is in the form of numeric digits which is assigned to characters and alphabets.Byte code is platform independent where ASCII codes are platform dependent.Byte code is intermediate language ...

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