Changes

Jump to navigation Jump to search
151 bytes added ,  10:36, 3 April 2015
no edit summary
Line 287: Line 287:  
Variables whithin a class should be private and if you need to change them use getters and setters.<br />
 
Variables whithin a class should be private and if you need to change them use getters and setters.<br />
 
[https://docs.oracle.com/javase/8/docs/api/ Java 8 API]
 
[https://docs.oracle.com/javase/8/docs/api/ Java 8 API]
 +
 +
== Casting Numerical Values ==
 +
See [https://github.com/rafahsolis/javaTutorial/blob/master/Casting.java examples]
    
== Eclipse shortcuts ==
 
== Eclipse shortcuts ==
Line 293: Line 296:  
Ctrl + o → Automatically add imports<br />
 
Ctrl + o → Automatically add imports<br />
 
Ctrl + Shift + f → Indent<br />
 
Ctrl + Shift + f → Indent<br />
 +
Ctrl + m → Toogle fulscreen<br />
    
== Notes ==
 
== Notes ==
 
Hibernate → Java ORM framework for web design
 
Hibernate → Java ORM framework for web design

Navigation menu