GeekInterview.com
  I am new, Sign me up!
 

Java FAQ


Java FAQ

Questions: 927
Comments: 1365
 Showing Questions 81-90 of 928 Questions
<< Previous 5 6 7 8 [9] 10 11 12 13 14 Next >>
 Sponsored Links

 
 Java FAQ
Sorting Options :  

Latest Answer: In JDK 1.5 there are many new IO classes, enhanced for loop, autoboxing (i.e., we can directly use the Wrapper classes are primitive data types.) For example,Integer a = 10; where as in JDK 1.4 it is not possible. These are the main differences.Hope I ...


Latest Answer: The number is only the status code for the termination of the JVM. It does not effect the actual command. By convention 0 means a normal exit, any other number is an abnormal termination. ...

How String object is immutable and why? 
Latest Answer: Ur question can be answered with an example : String s = "here it goes";s.toUppercase(); This does not modify the variable s at all. Instead, a new String object is created with all the characters of s changed to upper case. Since the new object ...

Why Java does not support preprocessor directives? 
View Question | Asked by : Harry1981

What is reflection and its use in java? 
Latest Answer: Reflection is commonly used by programs which require the ability to examine or modify the runtime behavior of applications running in the Java virtual machine. This is a relatively advanced feature and should be used only by developers who have a strong ...
Read Answers (1) | Asked by : QAJava

Latest Answer: final is a keyword used to declare constants. finally block is used in an exception handling.whether there is an exception or not in try block in , finally block will be executed.we used to provide the code like like deallocating resources(closing database,closing ...

Latest Answer: we can add 2 numbers using xor operator but it will not handle carry therefore, we first use and operator on those 2 numbers n den take a xor of dem ...shift d res of and by 1 bit and den wil xor again the res of shift with d prev xor res....until ...
Read Answers (1) | Asked by : TANUGULA PRADEEP KUMAR

View Question | Asked by : deepti

Write an application that reads a five-letter word from the user and produces every possible three-letter string can be derived from the letters of the five-letter word. For example, the three-letter words produced from the word "bathe" include "ate," "bat," "tab," "hat," "the," and "tea."
View Question | Asked by : Vinu

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

 
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