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 OOPS Interview Questions


Java OOPS Interview Questions

Questions: 31
Comments: 171
 Java OOPS Tags
 Showing Questions 11-20 of 31 Questions
<< Previous 1 [2] 3 4 Next >>
 Sponsored Links

 
 Java OOPS Interview Questions
Sorting Options :  

Latest Answer: Class clsObj = Class.forName("ClassName");   Method method = clsObj.getMethod("methodName",null);   method.invoke(clsObj.newInstance(),null); ...
Read Answers (5) | Asked by : smita

Most frequently used diagrams are- Class Diagram- Sequence DiagramRarely Used- Component Diagram- Package DiagramClass Diagram A diagram that shows a collection of declarative (static) model elements, 
Latest Answer: Class   Diagram  : They describe the static structure of a system.Package Diagram  : Package diagrams organize elements of a system into related groups to minimize dependencies between packages.Object  Diagram  : ...
Read Answers (1) | Asked by : sunils

Which one of the following describes the OO concept of Aggregation? 1.A system of objects that implement each other 2.A system of objects that are built using each other 3.A system of objects that define each other 4.A system of objects that are not related 5.A system of objects inherited from each other
Read Answers (5) | Asked by : Sateesh

Latest Answer: Java archive is the collection of builtinn or user define packages(.class file) ...
Read Answers (5) | Asked by : sujit

a) 
Latest Answer: By creating object to an class by using  "new" keyword shows that JVM allocates memory in heap area.    ...
Read Answers (19) | Asked by : lakshmi

Class Outer{int a;Outer (){a=10;}public static void main(String args[]){final Outer o1=new Outer();Outer o2=new Outer();class inner{inner(){o1.a=20;//allowed//o2.a=30; not allowed}}}}Why inner classes can access only final variables as illustrated? Thanks in advance!

What is aggregation and composition of objects?What is the diff between monolithic and composite object?
Read Answers (2) | Asked by : din

Latest Answer: Unicode is used for globlization ie its support all  languages  its use for globlization where as hash code is a unique number which is given to object by JVM .hash code is implement by some algorithmlike:String="abc";hashcode=97*31(power)2+98*31(power)1++99*31(power)0=Some ...
Read Answers (4) | Asked by : chandrasekhar

Latest Answer: Union dosent allow duplicate valueUnion all allows duplicate value ...
Read Answers (3) | Asked by : SUNDARAMOORTHYS

Latest Answer: here we are using package ...
Read Answers (5) | Asked by : hiresh kumar chandrakar

View page << Previous 1 [2] 3 4 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

 
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