Cheat Sheet > COMP 250 Midterm 1 Crib Sheet


McGill University COMP 250 Java Syntax   Reminders   - Java is compiled and interpreted: Java source code → compiler → bytecode → interpreter (JVM) → output   - Have to typecast when converting integers into chars → Ex: char first = ‘a’; char second = (char) (first + 1);   - When converting to an integer, rounding will always go towar ...[Show More]

Preview 1 out of 2 pages
Purchase this document to unlock the blurred part and the rest of the document

Unlock Now

Reviews( 0 )