GeekInterview.com
  I am new, Sign me up!
 

Java FAQ


Java FAQ

Questions: 927
Comments: 1364
 Showing Questions 61-70 of 928 Questions
<< Previous 3 4 5 6 [7] 8 9 10 11 12 Next >>
 Sponsored Links

 
 Java FAQ
Sorting Options :  

How to print Command Line Arguments without using IO Classes? 
Latest Answer: you can print command line arguments, by giving what to print while executing java program.the code for this isclass Demo{                 public static void main(String args[])                   ...

What is the use of abstract ="true" in Springs 

What is diamond problem in Java? 
View Question | Asked by : chrahul9

How Vector handles different types of object types? 
View Question | Asked by : ivkrishh

What is difference of using class.forname and drivermanager.getregister? Which has the advantage in detail? 
View Question | Asked by : Deepika84

Explain the difference between an expression and boolean expression 
Latest Answer: Every expression have some value after the evavulation. If the resultant value is  neither TRUE nor FALSE then it is known as a boolean expression, else if come any other values then it is know as normal expression. So we can find an expression ...
Read Answers (1) | Asked by : epwalz

How to print Bengali digits (Unicode value ranging from u09e6 to u09ef ) in Java? 

Why should we implement equals() and hashCode() while using hastable? 
Latest Answer: You must override hashCode in every class that overrides equals(). Equal objects must have equal hash codes. In other words, If two objects are equal according to the equals (Object)method, then calling the hashCode method on each of the two objects must ...
Read Answers (1) | Asked by : naggeek

What is the difference between a class variable and an instance variable? 
Latest Answer: Instance variables created  per copy. for ex: class A{    private String instVariable="Hello";    public static void main(String a[]){       A obj1=new A();       A obj2=new A();    }}1) the above class creates two objects (obj1, ...

Explain the difference between Java and J2EE in detail? 
Latest Answer: java refers to basic concept of java as well as new technical features making foundation of java/j2ee.j2ee is used for enteprise application based on java concept.if java is foundation then j2ee is building for business purpose.  ...
Read Answers (2) | Asked by : tanu84

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