Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is heepStored?

Answer Posted / ram nidadavolu

Java is fully Object Oriented language.It has two phases
first one is compilation phase ans second one is
interpretation phase.The compilation phase converts the java
file to class file (byte code is only readable format of
JVM) than interpretation phase interorate the class file
line by line and give the proper result.

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define aop(assepct oriented programing)?

1247


int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!

1884


Why doesn’t the focus feature on the tag work in every circumstance?

1169


Explain the advantages and disadvantages of detached objects.

1076


What is the difference between the string and stringbuffer classes?

1158


What happens when a thread cannot acquire a lock on an object?

1086


Can I run seam outside of jboss as?

1112


Name the eight primitive java types.

1199


What is the difference between a static and a non-static inner class?

1205


hi friends, i have done my BE(CSE)at 2011 then i have joined one company before they asked me 50k so i paid but now they telling no project here so we r going to close like that so now i need any job i have good knowledge in core java and j2ee(jsp,servlet,jdbc) so if u know any job pl help me

2268


Can you give me a simple example of using the requiredif validator rule?

1183


What are the purpose of introspection?

1257


How are commas used in the intialization and iteration parts of a for statement?

1142


In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?

2138


Name the class that is used to bind the server object with RMI Registry?

2220