CoolInterview.com - World's Largest Collection of Interview Questions
Send Free SMS
 Interview Questions  
 Our Services  


INTERVIEW QUESTIONS J2EE JAVA DETAILS
Question :
1)What are the actual functions of JVM?
2)When to use a class and when to use
an Abstract class?
3)what is the use of constructors other than creation of objects?
4)when to use constructors?
5)when to use Interface?
6)why java does not support pointers?
7)why multiple inheritance is not possible in java without using Interfaces?


Posted by: Raghu on 12/16/2007

Contact Raghu  Contact Raghu
Category Java Interview Questions
Rating (3.0) By 1 users
Added on 12/16/2007
Views 1825
Rate it!
Answers:

Various function are performed by JVM like garbage collection ,loading class, interpretation of bytecode. Main funtion of JVM is to provide the interfacing between hardware & our JAVA program.It is the platform for execution of JAVA bytecode.



 Posted by: Rahul Pande    

Contact Rahul Pande  Contact Rahul Pande

1) To work with any java pgm we need to have JVM installed.It will interpret the java API to underlying hardware.

2)When you dont want to instantiate object for a class declare that class as Abstract.
whose methods can be overridden only in the subclass which extends it.

3)Constructors are used for initializing values to data members.
which has no return values but same name as that of the class name.

5)Java does not support multiple inheritance.to overcome that we use interface

6)Pointer is a variable that holds address of another variable.It is possible for pointers to hold address of a variable that lies outside java environment which breaches the firewall of java environment

7)Multiple inheritance has got 2 disadvantages gives rise to ambiguities.to overcome all that java doesnot support multiple inheritance.



 Posted by: ramya    

Contact ramya  Contact ramya

When to use constructor ?

when you want to initialised an objects at runtime for a class then you can use constructor



 Posted by: Aditya Pant    

Contact Aditya Pant  Contact Aditya Pant

5)when to use Interface?
Interface is used instead of multiple inheritance.because multiple inheritance not support in java. By using interface we can implements more than one class through implements keyword.



 Posted by: prabha    

Contact prabha  Contact prabha


If you have the better answer, then send it to us. We will display your answer after the approval.
Name :*
Email Id :*
Answer :*
Verification Code Code Image - Please contact webmaster if you have problems seeing this image code Not readable? Load New Code
Process Verification  Enter the above shown code:*
Inform me about updated answers to this question

   
Related Questions
View Answer
Why we have used to in main method in JAVA this words
1)public
2)static
3)void
4)main
5)(String args[])
View Answer
Addition of two numbers using Bitwise operators.
Reading An 2D array using single for loop
View Answer
What is UML patterns?give me clear explanation
View Answer
While developing one in JSP page we are sending request to Struts frame work.If we click two times submit button then First time only it should accept request and second time should reject that request in struts frame work.

How we can do that in controller itself...I am waiting for your Response...

View Answer
Can I execute or call one applet from another applet? If so then how??? Please Reply me...
Thanks
View Answer
what is method declaration,method attributes,method modifiers and parameters
View Answer
System Class is Used to Output text onto the Screen?
it True or False
View Answer
what is the first statement in construtor?
View Answer
What is the abstraction? Give example?
View Answer

Please Note: We keep on updating better answers to this site. Subscribe to our newsletter to get notified when better answer is posted.

Notify me when better answer is posted!
Email:

View ALL Java Interview Questions

User Options
Sponsored Links


Copyright ©2003-2010 CoolInterview.com, All Rights Reserved.
Privacy Policy | Terms and Conditions
Page URL: http://www.coolinterview.com/interview/12608/default.asp?cachecommand=bypass


Download Yahoo Messenger | Placement Papers| FREE SMS | ASP .Net Tutorial | Web Hosting | Free SMS | Dedicated Servers | Joke of the Day

1.16