-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjava-introduction.en.reset
84 lines (45 loc) · 2.03 KB
/
java-introduction.en.reset
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
% TITLE=Introduction to Java
% SUBTITLE=Learn how to program with this Object Oriented Language!
% DESCRIPTION=Learn how to program with this Object Oriented Language!
% KEYWORDS=reset, workshop,programming
=Introduction=
----
Do you know what programming is? Have you done your firsts attempts, but you need some up level practices? Learn Java!
With this introduction course, learn what Object Oriented Programming is and explore a new world of software applications.
This is the first step to, for example, start programming Android. What are you waiting for?
<p class="centered"><img src="/uploads/pool_java_logo.png" alt="java_logo.png"/>
? This workshop is related to the <a href="http://reset.etsii.upm.es/en/projects/tiloom/">Environmesh contest</a> and it is imparted for free.
=Contents=
----
==Index==
<ul><li>Object Oriented Programming.<ul></ul>
</li><li>Java IDEs: Eclipse and Netbeans.<ul></ul>
</li></ul>
<ul><li>Program structure and syntax.<ul></ul>
</li><li>Classes and objects.<ul></ul>
</li></ul>
<ul><li>Encapsulation and Visibility.<ul></ul>
</li><li>Inheritance.<ul></ul>
</li></ul>
<ul><li>Overloading.<ul></ul>
</li><li>Polimorfism.<ul></ul>
</li></ul>
<ul><li>Interfaces.<ul></ul>
</li></ul>
==Resources==
<ul><li><a href="ftp://ftp.reset.etsii.upm.es/workshops/java/java_introduction.pdf">Presentation</a><ul></ul>
</li><li><a href="http://www.java.com">Java Official Site</a><ul></ul>
</li></ul>
<ul><li><a href="http://www.eclipse.org">Eclipse IDE</a><ul></ul>
</li></ul>
=What you need=
----
<ul><li>A computer: you may bring your laptop or borrow the ones we have in the lab.<ul></ul>
</li><li>An IDE: enables you to write and build Java projects. We are going to use Eclipse.<ul></ul>
</li></ul>
<ul><li>Send an email to [email protected] saying that you are coming.<ul></ul>
</li></ul>
=When and where=
----
??? We are sorry, last "Introduction to Java" workshop was the <strong>20 March 2013</strong>. Our workshops usually take place once a year and around the same dates.
Stay tuned for future events!