
-----------------------------------
hosamhelal
Fri Feb 25, 2005 5:09 pm

How do you put something?
-----------------------------------
How do you put something in Java? like in turing you can say:

put "Hi"
and then hi would appear on the screen; how would you do that in Java?

-----------------------------------
wtd
Fri Feb 25, 2005 6:18 pm


-----------------------------------
Any object of the System.out.println("Hello, world!");

-----------------------------------
MyPistolsIn3D
Sun Mar 06, 2005 2:32 pm


-----------------------------------
Or, if youre using that gay holtsoft one,(why do we hafta use it neways?) it would be: 
c.println("hi")

-----------------------------------
[Gandalf]
Fri Mar 11, 2005 4:23 pm


-----------------------------------
Heh, my school uses the real java.  We have the holt soft one, but in class we just use the free version of the real one.

-----------------------------------
McKenzie
Tue Mar 15, 2005 10:10 pm


-----------------------------------
The Holt compiler doesn't determine the syntax for the language.  If you want to use real Java just don't import any hsa stuff and you'll be fine.  What version of the JDK your school has installed will affect how real your Java will be however.
