Changes

Jump to navigation Jump to search
46 bytes added ,  19:05, 18 April 2022
m
Line 3: Line 3:  
===With apt===
 
===With apt===
 
  <nowiki>sudo apt-add-repository ppa:webupd8team/java
 
  <nowiki>sudo apt-add-repository ppa:webupd8team/java
  sudo apt-get update
+
    sudo apt-get update
  sudo apt-get install oracle-java8-installer</nowiki>
+
    sudo apt-get install oracle-java8-installer</nowiki>
    
Also ensure your JAVA_HOME variable has been set to:
 
Also ensure your JAVA_HOME variable has been set to:
Line 115: Line 115:  
&& Conditional-AND<br />
 
&& Conditional-AND<br />
 
|| Conditional-OR<br />
 
|| Conditional-OR<br />
?: Ternary (shorthand for if-then-else statement<br />
+
?: Ternary (shorthand for if-then-else statement: CONDITION? VALUE_IF_TRUE : VALUE_IF_FALSE)<br />
 
<br />
 
<br />
 
(*) Check .equals()<br />
 
(*) Check .equals()<br />

Navigation menu