I understand that you can easily mix groovy&java, clojure&java, whateverJvmLang&java.
Does this also mean I can have clojure and groovy code interact as well
Clojure can be compiled to .class files via gen-class and used from Java like any other code; see here.
gen-class