GeekInterview.com
  I am new, Sign me up!
 

Java OOPS Interview Questions


Java OOPS Interview Questions

Questions: 32
Comments: 186
 Java OOPS Tags
 Showing Questions 1-10 of 31 Questions
[1] 2 3 4 Next >>
 Sponsored Links

 
 Java OOPS Interview Questions
Sorting Options :  

Is SUPER a keyword or method? Explain Why? 
Latest Answer: Super is a keyword which is used to execute an overridden method in the super class.With super(), the superclass no-argument constructor is called. -----------------------------------------------------------------------------------------class a{     ...

Why friend function cannot be used to overload the assignment operator? 
Latest Answer: The concept operator overloading and friend function are supported by Java, by defaault only + operator is overloaded over string .For example ---String abc ="";String s1="Hello";String s2 = " Geek Interview";abc = s1+s2;Sop(abc);would print Hello Geek ...

What are advantages of inner class  
Latest Answer: Defining a class within another class is known as nested class.If class B is defined within class A, then B is known to A, but not outside of A.Class B has access to the members, including private members of the Class A.However,the class A does ...
Read Answers (2) | Asked by : jrcheenu

no answers 
Latest Answer: In call by value, value is passed and in call by reference, base address is passed. ...

Latest Answer: void main() is not accessible to JVM. Because it not public and static. JVM has no entry point. ...

If I write all of concrete methods in one class and all abstract methods in an interface and extend and implement both in third class assume that third class don't extend any other class? 
Latest Answer: Abstract is most useful when you are creating a framework..take the example of template method pattern which is used in the templates provided by spring framework for the support of jdbc or hibernate it absrtacts out all the common things which needs ...
Read Answers (4) | Asked by : Chandrashekhar
Tags : Abstract

Latest Answer: A class which is define inside a class is known as inner class inner class can be static but top level class can not be static. ...
Read Answers (1) | Asked by : Kanchan

What is the purpose/uses of run-time polymorphism? Is dynamic binding only way to achieve run-time polymorphism?

Serializable is used to read or write the object and find the state of an object. What is the use of finding the state of an object, Explain with an example?

Latest Answer: Hi,  Pls go the below link, you will get the solution for your problemhttp://support.businessobjects.com/communityCS/FilesAndUpdates/bexi_jsp_samples.zip.aspThanks and Regards,Senthil C.R. ...
Read Answers (1) | Asked by : amrez25

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