This website works better with JavaScript.
Home
Explore
Help
Sign In
jorpelu
/
Ejercicio_11
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
commit inicial
master
vigliom
2 years ago
parent
2aec30bb35
commit
2f6e4ce1f1
7 changed files
with
44 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
.classpath
+17
-0
.project
+7
-0
README.md
BIN
bin/com/jorpelu/Persona.class
BIN
bin/module-info.class
+5
-0
src/com/jorpelu/Persona.java
+9
-0
src/module-info.java
+ 6
- 0
.classpath
View File
@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>
+ 17
- 0
.project
View File
@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>Ejercicio_11</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
+ 7
- 0
README.md
View File
@ -1,2 +1,9 @@
# Ejercicio_11
### Introduccion
Escribe en un fichero ".xml" utilizando DOM
### Documentacion
### Salida por pantalla
### Documentos generados
BIN
bin/com/jorpelu/Persona.class
View File
BIN
bin/module-info.class
View File
+ 5
- 0
src/com/jorpelu/Persona.java
View File
@ -0,0 +1,5 @@
package
com.jorpelu
;
public
class
Persona
{
}
+ 9
- 0
src/module-info.java
View File
@ -0,0 +1,9 @@
/
*
*
*
*
/
/
*
*
*
@author
jorge
*
*
/
module
Ejercicio_11
{
}
Write
Preview
Loading…
Cancel
Save