Connecting Tech Pros Worldwide Forums | Help | Site Map

question on jvm

Newbie
 
Join Date: Jul 2008
Posts: 2
#1: Jul 24 '08
in jvm one part is native method area.
what is native methos

BigDaddyLH's Avatar
Moderator
 
Join Date: Dec 2007
Location: Kelowna, BC Canada
Posts: 1,212
#2: Jul 24 '08

re: question on jvm


Are you asking if a given implementation of the JVM was done in Java? What if I told you Sun's implementations were done in Cobol? Would that change anything?
Lives Here
 
Join Date: Sep 2006
Posts: 12,070
#3: Jul 25 '08

re: question on jvm


Quote:

Originally Posted by manohar753

...what is native methos

The term native is generally used to refer to methods written in a language other than Java.
JosAH's Avatar
Expert
 
Join Date: Mar 2007
Posts: 10,611
#4: Jul 25 '08

re: question on jvm


Quote:

Originally Posted by BigDaddyLH

Are you asking if a given implementation of the JVM was done in Java? What if I told you Sun's implementations were done in Cobol? Would that change anything?

Nope, but that would explain e.g. the Calendar API; no, that would've been some
sort of RPG-II or RPG-III ...

kind regards,

Jos (after appending 1 lines ;-)
Reply