A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
The Mikado Method
this week in the
Agile and other Processes
forum!
JavaRanch
»
Java Forums
»
Certification
»
Programmer Certification (SCJP/OCPJP)
Author
i doent understand inline?
nagaraj raja
Ranch Hand
Joined: Aug 06, 2005
Posts: 36
posted
Aug 12, 2005 09:54:00
0
hai,
A machine-code generator can inline the body of a final method
plz explain this
Marilyn de Queiroz
Sheriff
Joined: Jul 22, 2000
Posts: 9033
10
posted
Aug 12, 2005 14:33:00
0
Inline expansion or inlining for short is a compiler optimization which "expands" a function call site into the actual implementation of the function which is called, rather than each call transferring control to a common piece of code.
JavaBeginnersFaq
"Yesterday is history, tomorrow is a mystery, and today is a gift; that's why they call it the present." Eleanor Roosevelt
I agree. Here's the link:
http://zeroturnaround.com/jrebel
- it saves me about five hours per week
subject: i doent understand inline?
Similar Threads
xlsx file name problem in internet explorer
How to call a function located in another js file?
callback and inline method doubt
download link in jsp ?
printing pdf
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter