Programming Reference Sheets: Advanced Java

liunx

Guest
Alrighty, Java people, now that the Java sheet is published, it's time to knock out an advanced Java sheet to go on the reverse side. I will put the syntax and advanced sheets together in a PDF so they can be printed 2-sided or individually. <br /><br />What I'd like to see in the Advanced sheet is common functions/classes/methods or whatever the hell you call em'. <br /><br />For instance (and keep in mind, I don't know java so this is just an example):<br /><br />Math Functions:<br />pow(int) - Returns power of an integer<br />round(float) - Rounds a decimal<br />ceiling(float) - Returns the next highest whole number<br />floor(float) - Returns the next lowest whole number<br /><br /><br />Make sense?!
</div>
 
Top