what's the difference between include Java and require "java"?

link|improve this question
feedback

1 Answer

require 'java' is called to make all the Java integration facilities available to the script. The require keyword is somewhat similar to the import keyword in Java; it is a signal to load resources from a file whose name follows the keyword

include Java : We include Java API to JRuby.

go through this link

link|improve this answer
That article is dated 2007. – Roy Tinker Jun 8 '11 at 19:26
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.