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

Java FAQ


Java FAQ

Questions: 907
Comments: 1340
 Showing Questions 1-10 of 908 Questions
[1] 2 3 4 5 6 7 8 9 10 Next >>
 Sponsored Links

 
 Java FAQ
Sorting Options :  

What is Compiler Unit and Executable Unit? 
View Question | Asked by : noufel

Serialization ignores static variable and transient variables. Why? 
Latest Answer: Serialization is a techniques which maintain the state of the object and static variables are class variable, they do not define the state of an object. so serialization ignore this.Transient variable means which are not persisted. When we define a variable ...

What benefit are obtained by explicitly extending Object in a class declaration? 
View Question | Asked by : gwyllie

How will you convert an ArrayList to an Array? 
Latest Answer: In ArrayList we have toArray() method which returns Object[]. by using this we can convert arrayList to Array. In the same way In Array we have asList(T... a) to convert Array to List. ...
Read Answers (1) | Asked by : neemtree

Why do we use 'out' in System.out.println();? 
Latest Answer: out is the object of printstream class... System.write() will write in byte stream fashion.. but System.out.println() will write in character stream format.. ...

How to convert bytecode to sourcecode? 
View Question | Asked by : asdf810

Why interface does not support static method? 

What are event adapters & How they are used? 
View Question | Asked by : deeptydaisy

What are the Limitations of AWT package? 
Latest Answer:  a) Swings has much richer controls than AWT  b) They are 100% java and do not depend on the Peer Classes. Hence light weight c) You can use the Look and Feel using swing d) Icons and Borders can be used for almost all components e) ...

Why applets are considered as heavy weight components? 

View page [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 (?)

 
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