ALLInterview.com :: Home Page            
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
Google
   
 
Categories  >>  Software  >>  Java Related  >>  Java J2EE  >>  Core Java
 
 


 

 
 Core Java interview questions  Core Java Interview Questions
 Advanced Java interview questions  Advanced Java Interview Questions
 Swing interview questions  Swing Interview Questions
 EJB interview questions  EJB Interview Questions
 Servlets interview questions  Servlets Interview Questions
 Struts interview questions  Struts Interview Questions
 JDBC interview questions  JDBC Interview Questions
 JMS interview questions  JMS Interview Questions
 SunOne interview questions  SunOne Interview Questions
 J2EE interview questions  J2EE Interview Questions
 Weblogic interview questions  Weblogic Interview Questions
 Websphere interview questions  Websphere Interview Questions
 Java Networking interview questions  Java Networking Interview Questions
 Java J2EE AllOther interview questions  Java J2EE AllOther Interview Questions
Question
What is object
 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What is object
Answer
# 1
You can describe an object in many ways:
Object is anything that exists physically. Or
Object is an instance of a class. or
Object is a bit of memory in the memory.
 
Is This Answer Correct ?    3 Yes 0 No
Venkat
 
  Re: What is object
Answer
# 2
Object is the basic run time entity...
>>without object we can create class.but
>>without class we can't create object.
>>when we create class memory is not allocated.
>>when we create object memory is allocated.

ALL THE BEST!

Warm & Regards

Parames(PRC)
Thanjavur
 
Is This Answer Correct ?    1 Yes 0 No
Parameswaran
 
 
 
  Re: What is object
Answer
# 3
Object is the real time entity. 
Is This Answer Correct ?    1 Yes 0 No
Vasanthi
 
  Re: What is object
Answer
# 4
Object is an instance of a class. 
Is This Answer Correct ?    1 Yes 0 No
Dipil T T
 
  Re: What is object
Answer
# 5
Object is an instance of a class.
from where we can access the member of class & modified it.
object is an real time entity which we can described by the help of class.
we can create no.of objects of same class.
 
Is This Answer Correct ?    0 Yes 0 No
Sayyad Khalid
 
  Re: What is object
Answer
# 6
object-anything in real world is object,in programatically
anthing that can be programable is object,class is templet
for object,object is basic runtime entity.
 
Is This Answer Correct ?    0 Yes 0 No
Dhawal
 

 
 
 
Other Core Java Interview Questions
 
  Question Asked @ Answers
 
What is the difference between the >> and >>> operators?  1
when to use ArrayList and when to use HashMap in webApplication.  1
what is the difference between System.exit() and System.exit(1)? eClinical-Solutions1
Difference between Primary key and unique key?  4
interface X{ void m1(); void m2(); } class Child2 extends Object implements X { public void m1(){ System.out.println("Child2 M1"); } public void m2(){ System.out.println("Child2 M2"); } } public class ParentChildInfterfaceDemo { public static void main(String[] args){ X x = new Child2(); X x1 = new Child2(); x.m1(); x.m2(); x.equals(x1); } } Will the above code work? If yes? Can you please explain why the code x.equals(x1) will work as the equals method is called on interface reference vaiable?  2
Why only one Class is public in one file? Explain in details. Thanks in Advance.  12
what is meant by package in java?  5
StringBuilder s = new StringBuilder("Hello Mom");s.append(",I mean,Mother"); Response.Write(s.ToString()); String s = "Hello Mom"; s+ = ",I mean Mom"; Response.Write(s); Which is faster ? which uses the most memory?  6
Hi can u pls tell me what is the use of marker interface. Iknow what is marker interface but what ability will the object get by implementing this. CGI3
What are Transient and Volatile Modifiers? SAP-Labs2
Write a program for recursive Traverse?  1
What are the two ways you can synchronize a block of code? Ericsson5
 
For more Core Java Interview Questions Click Here 
 
 
 
 
 


   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2012  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com