<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de-CH">
		<id>https://wiki.christofbuechi.ch/index.php?action=history&amp;feed=atom&amp;title=Prepare_the_exam</id>
		<title>Prepare the exam - Versionsgeschichte</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.christofbuechi.ch/index.php?action=history&amp;feed=atom&amp;title=Prepare_the_exam"/>
		<link rel="alternate" type="text/html" href="https://wiki.christofbuechi.ch/index.php?title=Prepare_the_exam&amp;action=history"/>
		<updated>2026-08-23T18:39:20Z</updated>
		<subtitle>Versionsgeschichte dieser Seite in wiki</subtitle>
		<generator>MediaWiki 1.29.1</generator>

	<entry>
		<id>https://wiki.christofbuechi.ch/index.php?title=Prepare_the_exam&amp;diff=139&amp;oldid=prev</id>
		<title>Susi: Die Seite wurde neu angelegt: «= Prepare the Exam =  == common tips to determine if code compiles == * Keep an eye out for all reserved words Chapter 1 * Verify brackets - {} - and parenth…»</title>
		<link rel="alternate" type="text/html" href="https://wiki.christofbuechi.ch/index.php?title=Prepare_the_exam&amp;diff=139&amp;oldid=prev"/>
				<updated>2016-11-28T22:54:59Z</updated>
		
		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: «= Prepare the Exam =  == common tips to determine if code compiles == * Keep an eye out for all reserved words &lt;a href=&quot;/index.php?title=Chapter_1&quot; title=&quot;Chapter 1&quot;&gt;Chapter 1&lt;/a&gt; * Verify brackets - {} - and parenth…»&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Prepare the Exam =&lt;br /&gt;
&lt;br /&gt;
== common tips to determine if code compiles ==&lt;br /&gt;
* Keep an eye out for all reserved words [[Chapter 1]]&lt;br /&gt;
* Verify brackets - {} - and parentheses-()- are being used correctly.[[Chapter 1]]&lt;br /&gt;
* Verify new is used appropriately for creating objects [[Chapter 1]]&lt;br /&gt;
* Ignore all line indentation especially with if-then statements that do not use brackters[]. [[Chapter 2]]&lt;br /&gt;
* Make sure operators use compatible data types, such as the logical complement operator(!) only applied to boolean values, and arithmetic operators (+,-,++,--) only applied to numeric values [[Chapter 2]]&lt;br /&gt;
* For any numeric operators, check for autimatic numeric promotion and order or operation when evaluating an expression [[Chapter 2]]&lt;br /&gt;
* Verify switch statements use acceptable data types [[Chapter 2]]&lt;br /&gt;
* Remember == is not the same as equals(). [[Chapter 3]]&lt;br /&gt;
* String values are immutable [[Chapter 3]]&lt;br /&gt;
* Non-void methods must return a value that matches or is a subclass of the return type ot the method [[Chapter 4]]&lt;br /&gt;
* If two classes are involved, make sure access modifies allow proper access of variables and methods [[Chapter 4]]&lt;br /&gt;
* Nonstatic methods and variables require an object instance to access [[Chapter 4]]&lt;br /&gt;
* If a class is missing a default no-argument constructor or the provided constructors do not explicitly call super(), assume the compiler will automatically insert them [[Chapter 5]]&lt;br /&gt;
* Make sure abstract methods do not define an implementation, and likewise concrete methods always define an implementation [[Chapter 5]]&lt;br /&gt;
* You implement an interface and extend a class [[Chapter 5]]&lt;br /&gt;
* A class can be cast to a reference of any superclass it inherits from or interface its implements [[Chapter 5]]&lt;br /&gt;
* Checked exceptions must be caught, unchecked exceptions may be caught but do not nedd to be [[Chapter 6]]&lt;br /&gt;
* try blocks require a catch and/or finally block for the OCA exam [[Chapter 6]]&lt;br /&gt;
== Tips during taking the test ==&lt;br /&gt;
* Answer all Questions-&amp;gt; Guess an answer&lt;br /&gt;
* Understand relationship between answers&lt;br /&gt;
* check for answers do not compile due to line x&lt;br /&gt;
* have a look at the starting linenumber, maybe includes are needed for complie, if it starts with 1...&lt;br /&gt;
* skip hard questions and mark it for &amp;quot;review&amp;quot;&lt;br /&gt;
== Optimizing your time ==&lt;br /&gt;
&lt;br /&gt;
*  120 min remaining start the exam&lt;br /&gt;
*  90 min remaining 1/3 finished&lt;br /&gt;
*  60 min remaining 2/3 finished&lt;br /&gt;
*  30 min remaining fist pass pf all questions complete&lt;br /&gt;
*  5 min finished questions which were marked for &amp;quot;review&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
(for example 2h and 90 questions)&lt;/div&gt;</summary>
		<author><name>Susi</name></author>	</entry>

	</feed>