Can i use java insted of C ?

Hi!

Can i write java code in eclipse and send it to my arduino? Will it work or can arduino only read c and c++ code? I KNOW that the uC do not read code as we do, the uC read binary code.

No, you cannot use Java.

Didn't you like the answer last time you asked?
http://forum.arduino.cc/index.php?topic=125245.msg941494#msg941494

But i have Heard that some did use java for arduino. So C or C++ is the only choise?

persson121:
But i have Heard that some did use java for arduino.

You heard wrong.

So C or C++ is the only choise?

Yes.

What you might have heard is that the IDE is written in Java. The toolchain uses C++, with some funky pre-processing.

The toolchain is C too.